From 37f56b3acde3748e7b2efbc240cc77cb62ee216d Mon Sep 17 00:00:00 2001 From: Taylor Date: Fri, 24 Sep 2021 10:50:46 +0800 Subject: [PATCH] Points per decades from 2 to 10 --- .../simple_peripheral/cc26xx/app/headstage/EliteEISMode.h | 1 - .../simple_peripheral/cc26xx/app/headstage/Elite_mode_ADC_DAC.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteEISMode.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteEISMode.h index 61acb8523..6223471b8 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteEISMode.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteEISMode.h @@ -144,7 +144,6 @@ static void eis_fscan(void) SetSamplingTime(instru.fset); instru.sampleRate = 2000; - InputNotify(NOTIFY_CURRENT, eis->_sweepIndex); } #endif diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_mode_ADC_DAC.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_mode_ADC_DAC.h index 7d3188e05..fa61b5e77 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_mode_ADC_DAC.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_mode_ADC_DAC.h @@ -438,7 +438,7 @@ static void EIS_Plot(void) //real and imag impedance plot } } -// InputNotify(NOTIFY_CURRENT, avg_imag); + InputNotify(NOTIFY_CURRENT, avg_imag); InputNotify(NOTIFY_VOLT, avg_real); InputNotify(NOTIFY_IMPEDANCE, instru.fset); return;