esp_mqtt/scripts/script.adc

16 wiersze
233 B
Plaintext
Czysty Zwykły widok Historia

2017-10-12 19:17:41 +00:00
% Config params, overwrite any previous settings from the commandline
% Nothing here
% Now the events, checked whenever something happens
on init
do
settimer 1 1000
on timer 1
do
println "ADC value: " | $adc
settimer 1 1000