| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-26 | extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low. | Damien George | |
| mp_hal_pin_config_od is renamed mp_hal_pin_open_drain, and mp_hal_pin_low is mp_hal_pin_od_low. | |||
| 2016-04-22 | extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr. | Damien George | |
| 2016-04-12 | 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 | |
| Should work on any machine that provides the correct pin functions. | |||
