mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
10 lines
112 B
Plaintext
10 lines
112 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
|