You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented non-blocking i2c, with watchdog and slave address change possebility
* Added features to cargo.toml i2c-blocking and i2c-nonblocking
* Added default feature i2c-blocking to solve compilation problem
* Added address and direction to result, to be able to fully parse the result in RTIC.
* Formatting cargo fmt
* Simplified frame handling, to make use more easy. See comments on traits
* Fixed small bug
0 commit comments