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>
158: Use subitems for MSP430 quickstart crates r=jamesmunns a=Disasm
Technically, they are not Peripheral Access Crates
Co-authored-by: Vadim Kaushan <admin@disasm.info>
166: Added light-cli crates.io badge r=therealprof a=rudihorn
I've now updated this project so it compiles with the new `stm32f1xx-hal` crate and have also pushed this to `crates.io`. As such I have added a badge here.
Co-authored-by: Rudi Horn <dyn-git@rudi-horn.de>
164: remove deprecated stm32f429 + stm32f429-hal crates r=therealprof a=astro
I am maintainer to the `stm32f429` crate and author of the `stm32f429-hal`. Now, I'm personally migrating to the `stm32-rs` environment. Therefore I will not update these any longer.
Co-authored-by: Astro <astro@spaceboyz.net>
160: add num-format to list of no_std crates r=adamgreig a=bcmyers
Adds [`num-format`] to list of `no_std` crates.
[`num-format`] is a Rust crate for producing string representations of numbers, formatted according to international standards, e.g.
* "1,000,000" for US English
* "10,00,000" for Indian English
* "1 000 000" for French French
[`num-format`]: https://crates.io/crates/num-format
Co-authored-by: Brian Myers <brian.carl.myers@gmail.com>