添加 Mecanum Wheel 项目文件

This commit is contained in:
2025-11-16 20:13:23 +08:00
parent 9aa3249d88
commit 84d431c2c0
3648 changed files with 2323674 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
##########################################################################################
# Append Compiler Options For Source Files
##########################################################################################
# syntax:
# <your pattern>: <compiler options>
# For get pattern syntax, please refer to: https://www.npmjs.com/package/micromatch
#
# examples:
# 'main.cpp': --cpp11 -Og ...
# 'src/*.c': -gnu -O2 ...
# 'src/lib/**/*.cpp': --cpp11 -Os ...
# '!Application/*.c': -O0
# '**/*.c': -O2 -gnu ...
version: "2.1"
options:
Mecanum Wheel moving project 1:
files: {}
virtualPathFiles: {}