SMBus(i2c_ch) # Read the CONFIG register (2 bytes) val = bus.read_i2c_block_data(i2c_address, reg_config, 2) print("Old CONFIG:", val) # Set to 4 Hz ...
確定! 回上一頁