mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
EEPROM refactoring& http API. Mega&due tested
This commit is contained in:
13
lighthub/flashstream.cpp
Normal file
13
lighthub/flashstream.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <flashstream.h>
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
DueFlashStorage EEPROM;
|
||||
#endif
|
||||
|
||||
#ifdef NRF5
|
||||
NRFFlashStorage EEPROM;
|
||||
#endif
|
||||
|
||||
#ifdef ARDUINO_ARCH_STM32
|
||||
NRFFlashStorage EEPROM;
|
||||
#endif
|
||||
Reference in New Issue
Block a user