This commit is contained in:
Marcus 2023-08-02 01:07:51 +02:00
parent 3931100b06
commit d9b67442e6
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ ser = serial.Serial('/dev/ttyACM0', baudrate = 9600, timeout = 1)
#time.sleep(3)
# https://stackoverflow.com/questions/13017840/using-pyserial-is-it-possible-to-wait-for-data
while 1:
# { "command": "switch", "arg": "one", "state": "off"}
userInput = input('> ')