indent typo

pull/113/head
alanbjohnston 5 years ago committed by GitHub
parent b3951050fb
commit 167924c067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ if __name__ == "__main__":
try: try:
i2c_bus = I2C(x) # Device is /dev/i2c-x i2c_bus = I2C(x) # Device is /dev/i2c-x
for y in addresses: for y in addresses:
print(x,y) print(x,y)
try: try:
# Create library object using Extended Bus I2C port # Create library object using Extended Bus I2C port
print("bus: ", x, " addr: ", y) print("bus: ", x, " addr: ", y)

Loading…
Cancel
Save

Powered by TurnKey Linux.