Skip to content

Commit e491c1a

Browse files
authored
Add shtcx crate to projects section
1 parent 932be63 commit e491c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/2020-02-29-newsletter-24.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ go here include:
5959
- [@rubberduck203][@rubberduck203] has also released the [stm32f3-discovery board support crate][stm32f3-discovery] as an alternative to the unmaintained `f3` crate.
6060
- The [stm32f3-discovery-quickstart][stm32f3-discovery-quickstart] template has been updated to utilize both the [stm32f3-discovery board support crate][stm32f3-discovery] and the [switch-hal crate][switch-hal]. It also now includes VS Code tasks for cleaning, building examples, and building in release mode.
6161
- [@proman21][@proman21] has released a beta version of [samd-timer][samd-timer], an abstraction for the Timer peripherals present on Atmel SAM microcontrollers. This library provides lower-level control over these timers than [atsamd-hal][atsamd-hal], while remaining compatible with the HAL clock system.
62+
- [@dbrgn][@dbrgn] and [@rnestler][@rnestler] released a first version of the [shtcx](https://docs.rs/shtcx/) embedded-hal driver for Sensirion SHTCx series humidity/temperature sensors. The driver is feature-complete, but currently supports only a blocking API. The crate will be updated with an alternative non-blocking API soon.
6263

6364
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
6465

@@ -72,6 +73,8 @@ you would like for yourself.
7273
-->
7374
[@rubberduck203]: https://twitter.com/Rubberduck203
7475
[@proman21]: https://github.com/proman21
76+
[@dbrgn]: https://github.com/dbrgn
77+
[@rnestler]: https://github.com/rnestler
7578

7679
<!--
7780
TODO: Put all links for content here.

0 commit comments

Comments
 (0)