201: Add released MCP794xx RTC driver r=andre-richter a=eldruin
I wrote a driver for the MCP794xx family of RTCs :)
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
190: update MAX7219 for new release r=adamgreig a=almindor
I've taken over the MAX7219 driver since the original author didn't touch it for a year.
Driver has been updated to use latest `embedded-hal`, documented and slightly extended with helper functions. I've made a release to crates.io as well since there was none done previously.
Co-authored-by: Ales Katona <almindor@gmail.com>
191: Added AVR crates to lists r=adamgreig a=jonahbron
I've recently gotten involved with an AVR HAL project and realized they were not listed in the official list. They are still under development and not published, but it seems good to have them exposed.
Co-authored-by: Jonah Dahlquist <jonah@jonah.name>
184: Release KXCJ9/KXCJB accelerometer driver r=andre-richter a=eldruin
This driver is now functionally complete :)
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
182: README.md: Add samd51, accelerometer crate, micromath crate r=andre-richter a=tarcieri
- Adds a link to `samd51` in addition to `samd21`, and updates the project's location
- Adds a new "Component abstraction crates" section and lists the `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section
Co-authored-by: Tony Arcieri <bascule@gmail.com>
- Adds a link to `samd51` in addition to `samd21`, and updates the
project's location
- Adds a new "Component abstraction crates" section and lists the
`accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section
170: Add WIP driver for VEML6040 r=andre-richter a=eldruin
I forgot to add this driver to the list.
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
167: README.md: Add ADXL343 driver info r=jamesmunns a=tarcieri
I wrote a driver for the ADXL343 in support of the [Adafruit NeoTrellis M4](https://github.com/rust-embedded/wg/issues/286):
https://crates.io/crates/adxl343
Will make some videos for it in a bit... seems you also want an intro blog post?
Co-authored-by: Tony Arcieri <bascule@gmail.com>