rak3x72 : first commit

This commit is contained in:
Florent
2025-05-22 11:46:05 +02:00
committed by Florent de Lamotte
parent 8ecb5def87
commit f9473235c6
9 changed files with 185 additions and 5 deletions

View File

@@ -8,7 +8,14 @@
#include <helpers/ArduinoHelpers.h>
#include <helpers/SensorManager.h>
extern STM32Board board;
class WIOE5Board : public STM32Board {
public:
const char* getManufacturerName() const override {
return "Seeed Wio E5";
}
};
extern WIOE5Board board;
extern WRAPPER_CLASS radio_driver;
extern VolatileRTCClock rtc_clock;
extern SensorManager sensors;