# [16, 17, 96
from machine import I2C,Pin
i2c = I2C(sda=Pin(26),scl=Pin(27),freq=200000)

#>>> i2c.
#__class__       init            readfrom        readfrom_into
#readfrom_mem    readfrom_mem_into               readinto
#scan            start           stop            write
#writeto         writeto_mem