11#ifndef M5_UNIT_COMPONENT_ADAPTER_GPIO_V2_HPP
12#define M5_UNIT_COMPONENT_ADAPTER_GPIO_V2_HPP
18#if defined(M5_UNIT_UNIFIED_USING_RMT_V2)
19#include <driver/rmt_tx.h>
20#include <driver/rmt_rx.h>
21#include <driver/rmt_encoder.h>
22#include <driver/gpio.h>
31class AdapterGPIO :
public AdapterGPIOBase {
33 AdapterGPIO(
const int8_t rx_pin,
const int8_t tx_pin);
Adapters to treat M5HAL and GPIO in the same way.
Identification of functions to be used.
Top level namespace of M5stack.
Definition test_helper.hpp:18
Type and enumerator definitions.