2023-07-02 11:56:11 +02:00

8 lines
155 B
C++

#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