summaryrefslogtreecommitdiff
path: root/drivers/gpio/pca9505.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-07-03Pca9505/6 driver (#17333)nirim000