micropython/extmod
Radomir Dopieralski eaef6b5324 extmod/machine_i2c: Use writes not reads in i2c.scan().
As per discussion in #2449, using write requests instead of read requests
for I2C.scan() seems to support a larger number of devices, especially
ones that are write-only.  Even a read-only I2C device has to implement
writes in order to be able to receive the address of the register to read.
2016-10-11 15:30:46 +11:00
..
crypto-algorithms
lwip-include
re1.5
uzlib extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
fsusermount.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
fsusermount.h
machine_i2c.c extmod/machine_i2c: Use writes not reads in i2c.scan(). 2016-10-11 15:30:46 +11:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
machine_pulse.h
machine_spi.c
machine_spi.h
misc.h
modbtree.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modframebuf.c
modlwip.c extmod/modlwip: Use mp_raise_OSError helper function. 2016-10-07 13:47:57 +11:00
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos_dupterm.c
modurandom.c
modure.c
modussl_axtls.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modussl_mbedtls.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
moduzlib.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modwebrepl.c
modwebsocket.c
modwebsocket.h
vfs_fat.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
vfs_fat_diskio.c
vfs_fat_ffconf.c
vfs_fat_file.c extmod/vfs_fat_file: Use MP_Exxx errno constants. 2016-10-07 14:14:41 +11:00
vfs_fat_file.h
vfs_fat_lexer.c
vfs_fat_misc.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
virtpin.c
virtpin.h