Added EEPROM support for storing nvol settings #featureadd
This commit is contained in:
parent
9f172f1c18
commit
5d72a5e817
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ The gain STATE is representative of these values:
|
||||||
//#define VERBOSE true
|
//#define VERBOSE true
|
||||||
|
|
||||||
// Headers, variables, and functions
|
// Headers, variables, and functions
|
||||||
|
include <EEPROM.h>
|
||||||
#include "LightChrono.h"
|
#include "LightChrono.h"
|
||||||
#include "pP_pins.h"
|
#include "pP_pins.h"
|
||||||
#include "pP_config.h"
|
#include "pP_config.h"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !(defined(LOOP_DUR))
|
#if !(defined(LOOP_DUR))
|
||||||
int LOOP_DUR = 50; // duration of time between ADC checks and other loop functions
|
extern int LOOP_DUR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !(defined(TRG_DUR))
|
#if !(defined(TRG_DUR))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue