# BalanceCar **Repository Path**: nullnan/balance-car ## Basic Information - **Project Name**: BalanceCar - **Description**: 平衡车(?)缝合怪代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2022-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 平衡车的代码 # 构建 ## 环境 使用 `CMake + STM32CubeMX` 开发 命令行,生成 ```bash $ mkdir build && cd build $ cmake .. $ make -j $(nproc) ``` # 烧录 使用 `OpenOCD` 进行烧录,配置文件在 `stm32f103c8_blue_pill.cfg` 中,根据使用的板子进行了调整