summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/busio/I2C.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-12put back pullup settingDan Halbert
2021-03-11fix unnecessary statement order changeDan Halbert
2021-03-07restore install/delete for i2c driverDan Halbert
2021-02-03Initial commit. Edited error messages in .c filesBiffoBear
2020-12-07Working, tested with two i2c bussesBruce Segal
2020-09-30Change submodule, rework all includesLucian Copeland
2020-07-01Return false if we already have the lockScott Shawcroft
2020-06-30Remove fixed pointers and check UART returnScott Shawcroft
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft
2020-06-24Add pull up testing, proper us delay and stop supporting 45 and 46 for I2CScott Shawcroft
2020-06-24Fix I2C thanks to Mark!Scott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft