mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
16 lines
180 B
Plaintext
16 lines
180 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
|
|
analog > digit1
|
|
buttonSet 4 1
|
|
end
|
|
analog < digit1
|
|
buttonSet 4 0
|
|
end |