modifies init
This commit is contained in:
@@ -15,4 +15,8 @@ for i in range(1,9):
|
|||||||
if re.search('\d\d', mcp):
|
if re.search('\d\d', mcp):
|
||||||
lines.append(mcp)
|
lines.append(mcp)
|
||||||
|
|
||||||
print(lines)
|
wiringpi.wiringPiSetupGpio()
|
||||||
|
for i in range(1,9):
|
||||||
|
base = 64*i
|
||||||
|
print(i)
|
||||||
|
#wiringpi.mcp23017Setup(base, i2c)
|
||||||
|
|||||||
Reference in New Issue
Block a user