Skip to content

Commit

Permalink
Merge pull request #5 from agehring80/patch-1
Browse files Browse the repository at this point in the history
Update led.py
  • Loading branch information
riptidewave93 authored Jul 9, 2016
2 parents b458592 + 5a339ac commit d67e1af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/led.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@

if data is not None:
# print("led command: ", str(data)) # Debugging
ser.write(data) # Write packet data out

ser.write(data[:2]) # Write packet data out (2 bytes only)

0 comments on commit d67e1af

Please sign in to comment.