Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit c07439a

Browse files
committed
removed bus changes
1 parent 1bb8f6d commit c07439a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_LEDBackpack/Adafruit_LEDBackpack.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class LEDBackpack:
2727
0x0000, 0x0000, 0x0000, 0x0000 ]
2828

2929
# Constructor
30-
def __init__(self, address=0x70, debug=False, bus=-1):
31-
self.i2c = Adafruit_I2C(address, bus)
30+
def __init__(self, address=0x70, debug=False):
31+
self.i2c = Adafruit_I2C(address)
3232
self.address = address
3333
self.debug = debug
3434

0 commit comments

Comments
 (0)