Skip to content

Commit

Permalink
Update globals.h
Browse files Browse the repository at this point in the history
Added option for differential pulse voltammetry, not fully supported yet
  • Loading branch information
KyleLopin authored Aug 14, 2020
1 parent 75c7013 commit 63eb606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#define START_HARDWARE 'H'
#define SHORT_TIA 's'
#define STOP_SHORTING_TIA 'd'
#define DPV_LUT 'G'

/**************************************
* ADC Constants
Expand All @@ -45,7 +46,8 @@
// to make the adc data array
#define MAX_LUT_SIZE 5000
#define ADC_CHANNELS 4



/**************************************
* API Constants
**************************************/
Expand Down

0 comments on commit 63eb606

Please sign in to comment.