mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-07 18:16:15 +02:00
Note use of embedded_hal trait.
This commit is contained in:
parent
16b8efefa2
commit
2545e40d21
@ -10,7 +10,7 @@ from [`embedded-hal`](https://crates.io/crates/embedded-hal).
|
|||||||
|
|
||||||
<details>
|
<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,
|
* HAL crates exist for many Cortex-M and RISC-V devices, including various STM32, GD32, nRF, NXP,
|
||||||
MSP430, AVR and PIC microcontrollers.
|
MSP430, AVR and PIC microcontrollers.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user