summaryrefslogtreecommitdiff
path: root/drivers/i2c_master.h
AgeCommit message (Collapse)AuthorFilesLines
2025-11-11Add I2C Transmit and Receive function (#25637)Drashna Jaelre1-0/+15
* feat: adds a transmit and receive i2c method * fix: address the i2c transmit and receive length on u16 * Add AVR/LUFA implementation Didn't add a progmem version, since that would only apply to receive. Figured it wasn't worth it, but can add. * Rearrange order of functions * Add docs * Fix doc gen error * Fix lint issues * fix more lint issues
2025-01-26Unify i2c_master headers (#24846)Ryan1-0/+141
* Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults