extmod/machine_i2c: Implement I2C memory reading/writing.

This commit is contained in:
Damien George
2016-04-12 15:52:17 +01:00
parent 9314b2df4f
commit eec8a94f04
2 changed files with 110 additions and 6 deletions

View File

@@ -699,6 +699,10 @@ Q(writeto)
Q(readfrom_mem)
Q(readfrom_mem_into)
Q(writeto_mem)
Q(addr)
Q(memaddr)
Q(n)
Q(buf)
#endif
#if MICROPY_PY_USSL