bus.write_i2c_block_data(0x05,0x09,buff) tl = bus.read_byte(0x05). This sends "1" into command "0x09" to device "0x05". You will then fetch the answer with ...
確定! 回上一頁