5 lines
73 B
Python
5 lines
73 B
Python
import smbus
|
|
|
|
bus = smbus.SMBus(1)
|
|
print(bus.read_word_data(0x10, 0x07))
|