Added first implementations for Arduino

This commit is contained in:
dvdb97
2023-07-02 11:56:11 +02:00
parent e7ddbbf365
commit 8c5f0a3f29
15 changed files with 245 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
#ifndef STA_CORE_ARDUINO_HAL_HPP
#define STA_CORE_ARDUINO_HAL_HPP
#include<Arduino.h>
#include<Wire.h>
#include<SPI.h>
#endif // STA_CORE_ARDUINO_HAL_HPP