@@ -17,9 +17,9 @@ This repo provides a pure-rust board support crate / runtime + drivers for the h
- [x] LEDs
- [x] Port expanders
- [x] Input rockers
- [ ] IMU: most probably working, could not fully test due to broken IMU on my prototype -> HELP WANTED FOR TESTING!
- [ ] IMU: most probably working, could not fully test due to broken IMU on my prototype -> HELP APPRECIATED FOR TESTING!
- [x] Captouch: driver ~~partially~~ mostly implemented, ~~however currently broken~~, working again, API needs some love though
- [] BadgeLink/BadgeNet: partially implemented, UART/SLIP driver for embassy-net implemented, interop with C/MicroPython Firmware not tested yet, currently no switching implemented
- [x] BadgeLink/BadgeNet: should be mostly working now, interoperability with MicroPython FW not tested -> HELP APPRECIATED FOR TESTING!
- [ ] SD-Card: not implemented yet
- [ ] Barometer: should come mostly for free with IMU, but could not test that yet