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