mirror of
https://github.com/supleed2/ELEC60013-ES-CW1.git
synced 2024-11-10 01:35:50 +00:00
Update lis3dh.py
This commit is contained in:
parent
062b180b1b
commit
3bc6095014
|
@ -74,6 +74,7 @@ class lis3dh:
|
||||||
status = smbus2.i2c_msg.read(self.addr, 1)
|
status = smbus2.i2c_msg.read(self.addr, 1)
|
||||||
self.i2c.i2c_rdwr(check_status, status)
|
self.i2c.i2c_rdwr(check_status, status)
|
||||||
while status.buf[0] != 0b1111:
|
while status.buf[0] != 0b1111:
|
||||||
|
print(status.buf[0], "\n")
|
||||||
sleep(1)
|
sleep(1)
|
||||||
self.i2c.i2c_rdwr(check_status, status)
|
self.i2c.i2c_rdwr(check_status, status)
|
||||||
if status.buf[0] == 0b1111:
|
if status.buf[0] == 0b1111:
|
||||||
|
|
Loading…
Reference in a new issue