mindThomas / G431-ESC-MotorDriver

DC motor control project with the STM32G4 ESC board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G431-ESC-MotorDriver

DC motor control project with the STM32G4 ESC board

Cloning the repository

If you have not already cloned this repository you do so by using the following command to include the STM32 libraries:

git clone --recursive https://github.com/mindThomas/G431-ESC-MotorDriver.git

If you have already cloned it you need to run:

git submodule update --init --recursive

Pulling

When updating remember to pull recursively (include the submodules): git pull --recurse-submodules

About

DC motor control project with the STM32G4 ESC board

License:Other


Languages

Language:C 92.9%Language:C++ 4.3%Language:Assembly 1.4%Language:MATLAB 0.6%Language:CMake 0.6%Language:Python 0.2%Language:Shell 0.0%Language:AGS Script 0.0%Language:Objective-C 0.0%Language:M 0.0%