This repo contains tutorial code for the NUCLEO-G474RE and NUCLEO-H743ZI2 devkits. You can follow the tutorial to learn how to use the STM32 microcontrollers.
At step 9a in the tutorial, clone this repo with the following command: git clone https://github.com/spacesys-finch/Tutorial-STM32.git
- All commits should be in the following format:
<TaskId>:<description>
- TaskId: The task id as given in the Finch Systems Activity Tracker (ex: FIRM1-1)
- Description: brief explanation of what occured in this commit
- This README file is written in Markdown syntax
- For more information on writing Firmware code and working in the system, check out the Firmware Onboarding page.