setup NVS
This commit is contained in:
@@ -11,6 +11,7 @@ set(SOURCES
|
||||
"i2c_lcd_pcf8574.c"
|
||||
"i2c.cpp"
|
||||
"leds.cpp"
|
||||
"nvs.cpp"
|
||||
"perh.cpp"
|
||||
"power.cpp"
|
||||
"sd.cpp"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#include "nvs.h"
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef NVS_H
|
||||
#define NVS_H
|
||||
|
||||
|
||||
|
||||
#endif /* NVS_H */
|
||||
Reference in New Issue
Block a user