I2c slave take 2

refactored to split modules
renamed to match upstream docs
slight improvement to slave error handling
This commit is contained in:
Caleb Jamison
2023-09-09 18:25:23 -04:00
committed by Dario Nieuwenhuis
parent 18da91e252
commit 2d9f50addc
4 changed files with 497 additions and 18 deletions

View File

@ -16,6 +16,7 @@ pub mod flash;
mod float;
pub mod gpio;
pub mod i2c;
pub mod i2c_slave;
pub mod multicore;
pub mod pwm;
mod reset;