mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
button1 = 1
|
|
pinSet 5 1
|
|
pinSet 13 0
|
|
end
|
|
button1 = 0
|
|
pinSet 5 0
|
|
pinSet 13 1
|
|
end |