-
Notifications
You must be signed in to change notification settings - Fork 0
Projects structure
fdila edited this page Feb 7, 2020
·
7 revisions
All the stm32 projects are generated through STM32CubeMX.
The "real" code written by the user must be placed between the "USER CODE BEGIN" and "USER CODE END".
The files which contain user code are main.cpp and the various classes in the .h files (encoder, odometry, motor_controller, pid)