Skip to content

Commit 6579cef

Browse files
committed
Update ADC filter mask values
1 parent b8bd839 commit 6579cef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

device.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -275,18 +275,18 @@ groupMasks:
275275
RangeAndFilterConfig:
276276
description: Available settings to set the range (Volt) and LowPass filter cutoff (Hz) of the ADC.
277277
values:
278-
Range5V_LowPass1k5Hz: 0x06
279-
Range5V_LowPass3kHz: 0x05
280-
Range5V_LowPass6kHz: 0x04
281-
Range5V_LowPass10k3Hz: 0x03
282-
Range5V_LowPass13k7Hz: 0x02
283-
Range5V_LowPass15kHz: 0x01
284-
Range10V_LowPass1k5Hz: 0x16
285-
Range10V_LowPass3kHz: 0x15
286-
Range10V_LowPass6kHz: 0x14
287-
Range10V_LowPass11k9Hz: 0x13
288-
Range10V_LowPass18k5Hz: 0x12
289-
Range10V_LowPass22kHz: 0x11
278+
Range5VLowPass1500Hz: 0x06
279+
Range5VLowPass3000Hz: 0x05
280+
Range5VLowPass6000Hz: 0x04
281+
Range5VLowPass10300Hz: 0x03
282+
Range5VLowPass13700Hz: 0x02
283+
Range5VLowPass15000Hz: 0x01
284+
Range10VLowPass1500Hz: 0x16
285+
Range10VLowPass3000Hz: 0x15
286+
Range10VLowPass6000Hz: 0x14
287+
Range10VLowPass11900Hz: 0x13
288+
Range10VLowPass18500Hz: 0x12
289+
Range10VLowPass22000Hz: 0x11
290290
SamplingRateMode:
291291
description: Available sampling frequency settings of the ADC.
292292
values:

0 commit comments

Comments
 (0)