Elite 1.4-re step reset value = 1mV

This commit is contained in:
alan
2019-08-29 16:57:22 +08:00
parent 0909855fbb
commit d93464e970
@@ -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;