started development on SMBus sensors

This commit is contained in:
d3m1g0d
2019-02-20 18:39:34 +01:00
parent cfa9c8ea23
commit 59af6587e7
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
import smbus
bus = smbus.SMBus(1)
print(bus.read_word_data(0x10, 0x07))