mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Add wpilibc and wpilibj skeleton templates (#1441)
See also vscode-wpilib#132.
This commit is contained in:
committed by
Peter Johnson
parent
c405188052
commit
90572a3cc5
@@ -17,6 +17,15 @@
|
||||
"foldername": "timed",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "Timed Skeleton (Advanced)",
|
||||
"description": "Skeleton (stub) code for TimedRobot",
|
||||
"tags": [
|
||||
"Timed", "Skeleton"
|
||||
],
|
||||
"foldername": "timedskeleton",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "Command Robot",
|
||||
"description": "Command style",
|
||||
|
||||
Reference in New Issue
Block a user