d72852a6e2
There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
7 lines
104 B
C
7 lines
104 B
C
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
#include <driver/gpio.h>
|
|
#else
|
|
typedef unsigned int gpio_num_t;
|
|
#endif |