Skip to content
Snippets Groups Projects

Modified the scripts to run on Raspberry Pi.

4 files
+ 10
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -19,6 +19,7 @@ class I2C:
def __init__(self, ADDRESS='040'):
self.I2C_Address = ADDRESS
self.BUS_NR = 1 # not used for Laptop but to enable Pi multiple busses.
# def chk_ack(self):
Loading