index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
machine_i2c.c
Commit message (
Expand
)
Author
Age
*
extmod/machine_i2c: Release SDA on bus error
Radomir Dopieralski
2016-11-17
*
extmod/machine_i2c: Raise an error when clock stretching times out
Radomir Dopieralski
2016-11-17
*
extmod/machine_i2c: Make the clock stretching timeout configurable
Radomir Dopieralski
2016-11-17
*
extmod/machine_i2c: Use writes not reads in i2c.scan().
Radomir Dopieralski
2016-10-11
*
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Radomir Dopieralski
2016-09-28
*
extmod/machine_i2c: Add clock stretching support.
Radomir Dopieralski
2016-09-22
*
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-26
*
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-22
*
extmod/machine_i2c: Implement I2C memory reading/writing.
Damien George
2016-04-12
*
extmod/machine_i2c: Fix I2C reading by sending ack/nack at end of byte.
Damien George
2016-04-12
*
extmod: Add generic machine.I2C class, with bit-bang I2C.
Damien George
2016-04-12