fix link in readme to controller board

This commit is contained in:
Joe Ardent 2024-05-02 16:10:49 -07:00
parent da82843495
commit c408a06e63
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ motor controller using STM32 Cortex microcontrollers.
The MCU I'm using is the
[STM32F302R8](https://www.st.com/en/microcontrollers-microprocessors/stm32f302r8.html), and I'm
using the [X-Nuclean IHM07M1] BLDC motor controller shield board that provides the actual power to
the motor.
using the [X-Nucleo IHM07M1](https://www.st.com/en/ecosystems/x-nucleo-ihm07m1.html) BLDC motor
controller shield board that provides the actual power to the motor.
This requires the `thumbv7em-none-eabihf` Rust target: