From f649a8005dac01d62bc690a81d595b4f2394cdf5 Mon Sep 17 00:00:00 2001 From: zdmx <hi@zdmx.me> Date: Wed, 16 Aug 2023 23:26:19 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaddd0f..acd057e 100644 --- a/README.md +++ b/README.md @@ -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 - [ ] Audio: not implemented yet -- GitLab