summaryrefslogtreecommitdiff
path: root/src/drivers/i2c.cpp
AgeCommit message (Collapse)Author
2025-08-08Migrate to the new esp-idf I2C driverjacqueline
It's a better, less verbose driver, and also this fixes an occasional crash on boot.
2024-05-02move driver includes into a subdir as welljacqueline
2024-04-09fix some struct defaults in low-level driversjacqueline
2023-09-08Support retries for samd and touchwheel i2cjacqueline
2023-07-205.1 fixesjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-04-04fix up touchpad timeouts, make it less chattyjacqueline
2023-03-30Update pinouts for R3jacqueline
2023-03-13Touchwheel testailurux
2022-11-16Order and group headers correctlyjacqueline
2022-11-09First test cases :)jacqueline
2022-11-07use a less fun but more descriptive namespacejacqueline
2022-11-07Split driver-y things into a separate componentjacqueline