logs
This commit is contained in:
parent
586bd3dc84
commit
c59b24a561
1
SW/PC/Stopwatch/log.json
Normal file
1
SW/PC/Stopwatch/log.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
@ -42,7 +42,6 @@ class UsbCardReader:
|
|||||||
if (( control[0] == 0 )) & (( control[2] == 40 )) & (( not receivedNumber == 0 )):
|
if (( control[0] == 0 )) & (( control[2] == 40 )) & (( not receivedNumber == 0 )):
|
||||||
self.callback(receivedNumber)
|
self.callback(receivedNumber)
|
||||||
receivedNumber = 0
|
receivedNumber = 0
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
exit()
|
exit()
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user