Files
TeraHz/utils/smbus-test.py
d3m1g0d fa45326052 hotfix
2019-02-20 18:46:39 +01:00

5 lines
75 B
Python

import smbus2
bus = smbus2.SMBus(1)
print(bus.read_word_data(0x10, 0x07))