blob: 5b2833a14723656c584a4f89a4c466a2f36c4c27 [file] [log] [blame]
George Hunga66f2b92020-05-19 15:52:33 +08001LABEL_in1 = "p3v_bat_adc"
2CRITLO_in1 = "2690"
3CRITHI_in1 = "3480"
4WARNHI_in1 = "3480"
5WARNLO_in1 = "2690"
6MINVALUE_in1 = "0"
7MAXVALUE_in1 = "4"
8
9# The battery read is controlled by GPIO18
10GPIOCHIP_in1=0
11GPIO_in1=18
12GAIN_in1 = "3.35"
13
14# Sleep 24hrs per poll. Number is in microseconds.
15INTERVAL=86400000000