summaryrefslogtreecommitdiffstats
path: root/docs/i2c_driver.md
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Next set of split_common changes (#4974)James Churchill1-1/+1
* Update split_common to use standard i2c drivers * Eliminate RGB_DIRTY/BACKLIT_DIRTY * Fix avr i2c_master error handling * Fix i2c_slave addressing * Remove unneeded timeout on i2c_stop() * Fix RGB I2C transfers * Remove incorrect comment
2019-02-11Add documentation for led matrixskullY1-7/+11
2018-11-13Remove duplicate row from Available functions table in i2c_driver doc (#4416)Junya Ogura1-1/+0
2018-11-10I2C driver docs (#4298)yiancar1-0/+83
* I2C driver docs - Added I2C driver docs. - Changed arm master i2c driver to have a weak i2c_init as it is impossible to account for all possible port configuration in the STM32 world. * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * GPIO release fix