mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-11 09:35:31 +00:00
OS: add embedded-hal traits implementation for FTDI chips
Add link to implementation of embedded-hal traits for FTDI FTx232H chips connected to Linux systems via USB. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
This commit is contained in:
parent
8a8fa08c1d
commit
d798fe6a5a
1 changed files with 2 additions and 0 deletions
|
@ -147,8 +147,10 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
|
|||
### OS
|
||||
|
||||
- [`linux-embedded-hal`] for embedded Linux systems like the Raspberry Pi. - ![crates.io](https://img.shields.io/crates/v/linux-embedded-hal.svg)
|
||||
- [`ftdi-embedded-hal`] for FTDI FTx232H chips connected to Linux systems via USB
|
||||
|
||||
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
|
||||
[`ftdi-embedded-hal`]: https://github.com/geomatsi/ftdi-embedded-hal
|
||||
|
||||
### Nordic
|
||||
|
||||
|
|
Loading…
Reference in a new issue