Update voltage.py

pull/55/head
alanbjohnston 6 years ago committed by GitHub
parent f88b5c3d55
commit 261aaaa63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,9 +15,9 @@ if __name__ == "__main__":
bus = int(sys.argv[1], base=10)
if (len(sys.argv)) > 2:
address = int(sys.argv[2], base=16)
elif:
else:
address = 0x40
elfi:
else:
bus = 1
address = 0x40

Loading…
Cancel
Save

Powered by TurnKey Linux.