summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca9555.c
AgeCommit message (Collapse)Author
2024-01-17I2C driver cleanup (#21273)David Hoelscher
* remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
2024-01-16i2c: rename read/write register functions (#22905)Ryan
2022-02-09Align existing pca9555 driver to better match mcp23018 API (#16277)Joel Challis
2019-12-03Increase matrix scanning speed on xd84 (#7517)Joel Challis
* Increase matrix scanning speed * Fix func name in failure output
2019-08-30clang-format changesskullY
2019-08-22Relocate pca9555 driver to core (#6563)Joel Challis
* Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk