Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | esp8266: Implement bit-bang I2C read, and add i2c.readfrom method. | Damien George | 2016-03-24 |
| | | | | I2C reading tested with TSL2561 luminosity sensor. | ||
* | esp8266: Clean up bit-bang I2C implementation. | Damien George | 2016-03-24 |
| | | | | | Changed from using set_sda_scl function to independent set_sda and set_scl functions. | ||
* | esp8266/modpybi2c: Add missing include. | Paul Sokolovsky | 2016-03-24 |
| | |||
* | esp8266: Add basic I2C driver, with init and writeto methods. | Damien George | 2016-03-24 |
Tested and working with SSD1306 I2C display. |