Commit Graph

4 Commits

Author SHA1 Message Date
Kevin Thomas db25706ae7 refactor(drivers): add board.rs module, slim main.rs, fix docstrings across all 8 Rust drivers
- Add board.rs to all 8 drivers: constants, type aliases, init functions,
  and HAL-specific helpers with full docstrings and pub(crate) visibility
- Slim main.rs to boilerplate + main() only, zero helper functions
- Fix i2c.rs: add file header, full docstrings on all functions
- Fix lcd1602.rs: add file header, full docstrings on all functions
- Fix lib.rs headers for 0x07 and 0x08
- All 8 drivers build and all 75 tests pass
2026-03-25 18:10:00 -04:00
Kevin Thomas e5f6bb7f15 feat: add unit tests for blink driver with mock pin 2026-03-25 11:25:13 -04:00
Kevin Thomas 2f9abc5a42 fix: allow dead_code on blink module (on/off match C API) 2026-03-24 18:21:46 -04:00
Kevin Thomas 4bb165375f feat: add 0x02_blink_rust driver 2026-03-24 17:54:27 -04:00