Fix PEP8 compliance
This commit is contained in:
parent
932d2e1dfd
commit
c66911d04e
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ while True:
|
|||
print("pulse count: ", len(detected))
|
||||
|
||||
# print in list form of the pulse duration in microseconds
|
||||
# typically starts with ~9,000 microseconds followed by a ~4,000 microseconds
|
||||
# which is standard IR preamble
|
||||
# typically starts with ~9,000 microseconds followed by a ~4,000
|
||||
# microseconds which is standard IR preamble
|
||||
|
||||
print(detected)
|
||||
print()
|
||||
|
|
|
|||
Loading…
Reference in a new issue