First sta-Core rework to work for Arduino

This commit is contained in:
dario
2023-11-23 08:53:39 +01:00
parent 32ff235822
commit d785e4b5ec
19 changed files with 94 additions and 33 deletions

View File

@@ -11,7 +11,8 @@
#if defined(STA_PLATFORM_ARDUINO) || defined(DOXYGEN)
#include <sta/gpio_pin.hpp>
#include <cstdint>
#include <stdint.h>
namespace sta
{