mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
13 lines
139 B
Plaintext
13 lines
139 B
Plaintext
button1 = 1
|
|
buttonSet 2 1
|
|
buttonSet 3 1
|
|
pwmSet 2 1024
|
|
end
|
|
button1 = 0
|
|
buttonSet 2 0
|
|
buttonSet 3 0
|
|
pwmSet 2 0
|
|
end
|
|
adc > 50
|
|
buttonSet 2 1
|
|
end |