mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-12 12:12:14 +00:00
Merge #364
364: Clarify released driver section requisites r=adamgreig a=eldruin As discussed, here a proposal for clarification. Please feel free to improve it. cc: `@adamgreig` Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
This commit is contained in:
commit
734b2fdd85
1 changed files with 5 additions and 4 deletions
|
@ -650,10 +650,11 @@ traits][hal-impl].
|
||||||
|
|
||||||
[hal-impl]: #hal-implementation-crates
|
[hal-impl]: #hal-implementation-crates
|
||||||
|
|
||||||
The list below contains drivers developed as part of the [Weekly Driver initiative][wd] and that
|
The list below contains drivers that have achieved the "released" status. In order to add a driver
|
||||||
have achieved the "released" status (published on crates.io + documentation / short blog post).
|
to this list, please ensure that your driver has a short blog post, article or sufficiently
|
||||||
|
explanatory README showing an example of its use. Ideally this post would demonstrate using the
|
||||||
[wd]: https://github.com/rust-embedded/wg/issues/39
|
device in a small project so that a Rust and/or embedded newcomer can also understand it.
|
||||||
|
Otherwise please add it to the [WIP section][#WIP] below.
|
||||||
|
|
||||||
1. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - ![crates.io](https://img.shields.io/crates/v/ad983x.svg)
|
1. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - ![crates.io](https://img.shields.io/crates/v/ad983x.svg)
|
||||||
1. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - ![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)
|
1. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - ![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)
|
||||||
|
|
Loading…
Reference in a new issue