1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-02 02:56:26 +02:00

Note use of embedded_hal trait.

This commit is contained in:
Andrew Walbran 2023-02-16 02:01:34 +00:00
parent 16b8efefa2
commit 2545e40d21

View File

@ -10,7 +10,7 @@ from [`embedded-hal`](https://crates.io/crates/embedded-hal).
<details>
* `split(...)` enables the GPIO port and returns a struct of its pins.
* `set_low` and `set_high` are methods on the `embedded_hal` `OutputPin` trait.
* HAL crates exist for many Cortex-M and RISC-V devices, including various STM32, GD32, nRF, NXP,
MSP430, AVR and PIC microcontrollers.