First sta-Core rework to work for Arduino

This commit is contained in:
dario
2024-02-09 14:33:05 +01:00
parent 7f451cd868
commit 4490c68ee3
19 changed files with 96 additions and 35 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
{