1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-05 16:10:31 +02:00

Note some supported devices.

This commit is contained in:
Andrew Walbran 2023-02-13 02:40:56 +00:00
parent ac046661bf
commit baf81ee795

View File

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