From d93464e970b0b341d1c7c725a2ccf92e4f7ade25 Mon Sep 17 00:00:00 2001 From: alan Date: Thu, 29 Aug 2019 16:57:22 +0800 Subject: [PATCH] Elite 1.4-re step reset value = 1mV --- .../examples/simple_peripheral/cc26xx/app/headstage/headstage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h index 9bf5dd0b1..c3cfaaf9c 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage.h @@ -660,7 +660,7 @@ static int32_t DAC_to_realV(uint16_t DACcode); // input parameter static uint16_t VoltOrigin = DAC_ZERO; static uint16_t VoltFinal = DAC_POS_MAX; -static uint16_t Step = 0x009E; // 10 => 0xA0 ~= 30.5 mv +static uint16_t Step = 0x0005; // 0x0005 = 1mV static uint16_t SampleRateTable[6] = {1, 10, 100, 500, 1000, 10000}; // 1 =>100 Hz, 10000=>0.01 Hz static uint16_t SampleRate = 1;