From 63eb60669c759b52f2336ff221989e35ca8e8628 Mon Sep 17 00:00:00 2001 From: Kyle Lopin Date: Fri, 14 Aug 2020 12:25:24 +0700 Subject: [PATCH] Update globals.h Added option for differential pulse voltammetry, not fully supported yet --- globals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/globals.h b/globals.h index 0e95ca8..38aacb0 100644 --- a/globals.h +++ b/globals.h @@ -36,6 +36,7 @@ #define START_HARDWARE 'H' #define SHORT_TIA 's' #define STOP_SHORTING_TIA 'd' +#define DPV_LUT 'G' /************************************** * ADC Constants @@ -45,7 +46,8 @@ // to make the adc data array #define MAX_LUT_SIZE 5000 #define ADC_CHANNELS 4 - + + /************************************** * API Constants **************************************/