]>
zdv2.bktei.com Git - EVA-2020-02-2.git/blob - examples/adc.py
c4cf45cf8f0d598e2fd88ea93f10812b874de737
4 from enviroplus
import gas
6 print("""adc.py - Print readings from the MICS6814 Gas sensor.
13 gas
.set_adc_gain(4.096)
17 readings
= gas
.read_all()
20 except KeyboardInterrupt: