usr/bin/env python3 import smbus if __name__ == '__main__': bus = smbus.SMBus(0) # assuming your sensor is /dev/i2c-0 addr = 0x40 # read ...
確定! 回上一頁