aboutsummaryrefslogtreecommitdiffstats
path: root/docs/drivers/i2c.md
Commit message (Collapse)AuthorAgeFilesLines
* Add I2C Transmit and Receive function (#25637)Drashna Jaelre2025-11-111-0/+25
| | | | | | | | | | | | | | | | | | | | * 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
* Unify i2c_master headers (#24846)Ryan2025-01-261-31/+63
| | | | | | | * Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults
* [Docs] Correct I2C API reference (#24840)Ryan2025-01-201-15/+19
|
* [docs] Improve halconf/mcuconf code examples (#24597)Ryan2024-11-141-7/+14
|
* [docs] Organize driver & feature docs into subfolders (#23848)Ryan2024-06-021-0/+290
Co-authored-by: Nick Brassel <nick@tzarc.org>