Skip to content

Commit

Permalink
ezbang: update outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: John McMaster <[email protected]>
  • Loading branch information
JohnDMcMaster committed Jun 29, 2020
1 parent 6665cd5 commit 0be223a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/examples/ezbang_1hz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from otl866 import bitbang
import time

# Open ezbang
# TODO: simplify API here to auto open Bitbang()
# Open tl866 via ezbang API
eb = bitbang.EzBang()
# Enable power transistor on pin 0, shorting it to ground
eb.gnd_pin(0, True)
Expand Down

0 comments on commit 0be223a

Please sign in to comment.