Skip to content

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)

Clone this wiki locally