Skip to content

Commit 71e0b01

Browse files
author
James Munns
committed
Fix capitalization, remove old help-wanted section
1 parent de885d0 commit 71e0b01

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

content/2018-10-28-newsletter-14.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The team kicked off with four members: [@andre-richter], [@parched], [@raw-bin],
4242
[@wizofe]: https://github.com/wizofe
4343

4444

45-
## The Monotron visits Rust Belt Rust
45+
## The Monotron Visits Rust Belt Rust
4646

4747
<hr>
4848

@@ -61,7 +61,7 @@ Check out the video above for a demo of Snake on the monotron hardware.
6161
[last conference appearance]: https://www.youtube.com/watch?v=pTEYqpcQ6lg
6262
[list of features]: https://twitter.com/therealjpster/status/1055187256091332608
6363

64-
## Peripheral Ownership Woes? Not with `shared-bus`!
64+
## Peripheral Ownership Woes? Not With `shared-bus`!
6565

6666
<hr>
6767

@@ -87,10 +87,10 @@ let port_b = Pcf8574(manager.acquire(), 0x38).unwrap();
8787

8888
In most `embedded-hal` compatible drivers, the driver takes either ownership or a mutable reference to the peripheral used to interact with a component, such as I2C or SPI. For some protocols, such as I2C, which might have multiple devices connected to the same peripheral, managing ownership can be difficult (see [embedded-hal/35] for discussion).
8989

90-
To address this, [@rahix] developed [shared-bus], a crate which provides safe shared access to these peripherals through the use of a mutex. This allows for access of the underlying peripheral in as many drivers as you need! Check out the [release blog post] for more details, and for examples on how to use this for your projects.
90+
To address this, [@Rahix] developed [shared-bus], a crate which provides safe shared access to these peripherals through the use of a mutex. This allows for access of the underlying peripheral in as many drivers as you need! Check out the [release blog post] for more details, and for examples on how to use this for your projects.
9191

9292

93-
[@rahix]: https://github.com/Rahix
93+
[@Rahix]: https://github.com/Rahix
9494
[embedded-hal/35]: https://github.com/rust-embedded/embedded-hal/issues/35
9595
[shared-bus]: https://github.com/Rahix/shared-bus
9696
[release blog post]: https://blog.rahix.de/001-shared-bus/
@@ -131,10 +131,3 @@ As part of the [Weekly Driver Initiative], crates that are part of the `embedded
131131
[Driver Crates Released]: https://github.com/rust-embedded/awesome-embedded-rust#driver-crates
132132
[Driver Crates WIP]: https://github.com/rust-embedded/awesome-embedded-rust#wip
133133
[no-std crates]: https://github.com/rust-embedded/awesome-embedded-rust#no-std-crates
134-
135-
## Help Wanted
136-
137-
* Interested in implementing a new target for Embedded Rust? Nuvoton has a [development board] for the Cortex-M23. Check out the [thumbv8m tracking issue] if you want to help!
138-
139-
[development board]: https://direct.nuvoton.com/de/numaker-pfm-m2351
140-
[thumbv8m tracking issue]: https://github.com/rust-embedded/wg/issues/88

0 commit comments

Comments
 (0)