Skip to content

Commit 3edb11b

Browse files
bors[bot]teskje
andauthored
Merge #115
115: Newsletter 24: Mention release of microfft r=therealprof a=ra-kete Co-authored-by: Jan Teske <jteske@posteo.net>
2 parents 8095ae0 + 4d5cc21 commit 3edb11b

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
@@ -60,6 +60,7 @@ go here include:
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.
6262
- [@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.
63+
- [@ra-kete][@ra-kete] released the [microfft crate][microfft], a library for computing fast fourier transforms on embedded devices.
6364

6465
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!
6566

@@ -75,6 +76,7 @@ you would like for yourself.
7576
[@proman21]: https://github.com/proman21
7677
[@dbrgn]: https://github.com/dbrgn
7778
[@rnestler]: https://github.com/rnestler
79+
[@ra-kete]: https://github.com/ra-kete
7880

7981
<!--
8082
TODO: Put all links for content here.
@@ -84,6 +86,7 @@ TODO: Put all links for content here.
8486
[stm32f3-discovery-quickstart]: https://github.com/rubberduck203/stm32f3-discovery-quickstart/
8587
[samd-timer]: https://github.com/proman21/samd-timer/
8688
[atsamd-hal]: https://github.com/atsamd-rs/atsamd/
89+
[microfft]: https://crates.io/crates/microfft
8790

8891
## `embedded-hal` Ecosystem Crates
8992

0 commit comments

Comments
 (0)