Home
last modified time | relevance | path

Searched refs:readfrom_mem (Results 1 – 10 of 10) sorted by relevance

/dports/lang/micropython/micropython-1.17/tests/wipy/
H A Di2c.py48 data = i2c.readfrom_mem(addr, 117, 1) # read the "who am I?" register
55 data = i2c.readfrom_mem(addr, 116, 2) # read the "who am I?" register
164 i2c.readfrom_mem(addr, 116, 2)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/esp/esp32_api_stubs/
H A Dmachine.py48 def readfrom_mem(): member in I2C
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/api_stubs/
H A Dmachine.py17 def readfrom_mem(): member in I2C
H A Dumachine.py17 def readfrom_mem(): member in I2C
/dports/lang/micropython/micropython-1.17/docs/library/
H A Dmachine.I2C.rst36 i2c.readfrom_mem(42, 8, 3) # read 3 bytes from memory of peripheral 42,
176 .. method:: I2C.readfrom_mem(addr, memaddr, nbytes, *, addrsize=8)
/dports/lang/micropython/micropython-1.17/docs/zephyr/
H A Dquickref.rst72 i2c.readfrom_mem(0x1D, 0x0D, 1) # read 1 byte from slave 0x1D at slave memory 0x0D
/dports/lang/micropython/micropython-1.17/docs/wipy/
H A Dquickref.rst128 i2c.readfrom_mem(0x42, 0x10, 2) # read 2 bytes from peripheral 0x42, peripheral memory 0x10
/dports/lang/micropython/micropython-1.17/docs/pyboard/
H A Dquickref.rst217 i2c.readfrom_mem(0x42, 0x10, 2) # read 2 bytes from peripheral 0x42, peripheral memory 0x10
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/MicroPython/
H A Dmicropython.api149 machine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Dmicropython.api152 machine.I2C.readfrom_mem?4(addr, memaddr, nbytes, *, addrsize=8)