-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First Newsletter #66
First Newsletter #66
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,9 @@ If you have an embedded project or blog post you would like to have featured in | |
|
||
### `embedded-hal` drivers | ||
|
||
This is a list of recently released drivers that are part of the [Weekly Driver Initiative]. There are currently 5 Released Drivers, 14 WIP Drivers, and lots of TODOs! | ||
|
||
* [pcein] has released the third weekly driver for the [`adc-mcp3008`], an 8-channel 10-bit ADC. | ||
* [japaric] has [released][enc-blog] the fourth weekly driver for the [`enc28j60`], an Ethernet controller with SPI interface. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems that pcein (weekly driver 3) went missing in the latest edit There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 fixed There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also caught the link to the blog in a second commit |
||
* [dbrgn] has [released][mcp-blog] the fifth weekly driver for the [`mcp3425`], a 16-bit ADC with I2C interface. | ||
|
||
|
@@ -75,4 +78,5 @@ semantics. Details in issue [#63]. | |
[therealprof]: https://github.com/therealprof | ||
[Tock-OS]: https://github.com/helena-project/tock | ||
[varkor]: https://github.com/varkor | ||
[Weekly Driver Initiative]: https://github.com/rust-lang-nursery/embedded-wg/issues/39 | ||
[xargo-lld]: https://github.com/japaric/xargo/pull/200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be good to link to #39 before the list and mention that this is part of the weekly driver initiative and that (at the time of writing) there are 10+ drivers in WIP state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Fixed