Added EEPROM support for storing nvol settings #featureadd

This commit is contained in:
pyr0ball 2019-09-25 12:55:39 -07:00
parent 9f172f1c18
commit 5d72a5e817
2 changed files with 2 additions and 1 deletions

View file

@ -64,6 +64,7 @@ The gain STATE is representative of these values:
//#define VERBOSE true
// Headers, variables, and functions
include <EEPROM.h>
#include "LightChrono.h"
#include "pP_pins.h"
#include "pP_config.h"

View file

@ -17,7 +17,7 @@
#endif
#if !(defined(LOOP_DUR))
int LOOP_DUR = 50; // duration of time between ADC checks and other loop functions
extern int LOOP_DUR;
#endif
#if !(defined(TRG_DUR))