Commit 8247b1d4 authored by Matthieu Cattin's avatar Matthieu Cattin

test07: Change min value from -32768 to -32767, due to variable saturation block…

test07: Change min value from -32768 to -32767, due to variable saturation block (-> symetric saturation).
parent 782803f4
......@@ -51,7 +51,7 @@ OFFSET_NEG = 0xFFFF
DAC_SET_SLEEP = 0.01 # in [s]
# Expected ADC values
ADC_NEG = -32768.0
ADC_NEG = -32767.0
ADC_MID = 0.0
ADC_POS = 32764.0 # not 32767.0 because the ADC is 14-bit left-shifted by 2, the last 2 bits are always 0
ADC_TOL = 300.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment