redstonee / ShittyRover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shitty Rover

This is a simple rover that can move around.

Build

It can be flashed with pyOCD, please install it with the following command:

pip3 install pyocd

Then you're supposed to install the STM32G4xx pack with the following command:

pyocd pack install stm32g4

Finally you can flash the rover with the following command in the build directory:

cmake --build . --target BuildAndFlash

About


Languages

Language:C 97.5%Language:Assembly 2.0%Language:C++ 0.3%Language:CMake 0.2%Language:Makefile 0.0%