Skip to content

Commit

Permalink
Update manchester_decoding_5.py
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
pvcraven authored Feb 4, 2021
1 parent 0792009 commit 5104d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manchester_decoding_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def data_callback(channel):
data_callback.last_call = time.time()
# Current bit we are on
data_callback.bit_count = 7
# Current byte, with all 9 bits
# Current byte, with all 8 bits
data_callback.my_byte = 0

GPIO.setmode(GPIO.BCM)
Expand Down

0 comments on commit 5104d07

Please sign in to comment.