Skip to content

Commit e1d88cf

Browse files
Merge #248
248: Add embedded-morse r=jamesmunns a=david-sawatzke Simple morse output with `OutputPin` and `DelayMs` Co-authored-by: David Sawatzke <d-git@sawatzke.dev>
2 parents a810040 + abee5f8 commit e1d88cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ Work in progress drivers. Help the authors make these crates awesome!
582582
1. [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg)
583583
1. [DW1000] - SPI - Radio transceiver for communication based on IEEE 802.15.4 and position tracking - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
584584
1. [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
585+
1. [embedded-morse] - Output morse messages - ![crates.io](https://img.shields.io/crates/v/embedded-morse.svg)
585586
1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
586587
1. [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33) - ![crates.io](https://img.shields.io/crates/v/GridEYE.svg)
587588
1. [HC-SR04] - DIO - Ultrasound sensor
@@ -654,6 +655,7 @@ Work in progress drivers. Help the authors make these crates awesome!
654655
[DS323x]: https://crates.io/crates/ds323x
655656
[DW1000]: https://crates.io/crates/dw1000
656657
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
658+
[embedded-morse]: https://crates.io/crates/embedded-morse
657659
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01
658660
[GridEYE]: https://crates.io/crates/grideye
659661
[HC-SR04]: https://github.com/nordmoen/hc-sr04

0 commit comments

Comments
 (0)