M5UnitUnified 0.1.2 git rev:98f967c
Loading...
Searching...
No Matches
adapter_gpio_v2.hpp File Reference

Adapters to treat M5HAL and GPIO in the same way using RMT v2. More...

#include "identify_functions.hpp"
#include "types.hpp"
#include "adapter_gpio.hpp"
#include <driver/rmt_tx.h>
#include <driver/rmt_rx.h>
#include <driver/rmt_encoder.h>
#include <driver/gpio.h>

Go to the source code of this file.

Classes

class  m5::unit::AdapterGPIO
 GPIO access adapter. More...
 

Namespaces

namespace  m5
 Top level namespace of M5stack.
 

Detailed Description

Adapters to treat M5HAL and GPIO in the same way using RMT v2.

Note
Currently handles GPIO directly, but will handle via M5HAL in the future