11#ifndef M5_UNIT_COMPONENT_ADAPTER_GPIO_V1_HPP
12#define M5_UNIT_COMPONENT_ADAPTER_GPIO_V1_HPP
18#if !defined(M5_UNIT_UNIFIED_USING_RMT_V2)
19#include <driver/rmt.h>
28class AdapterGPIO :
public AdapterGPIOBase {
30 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.