mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add an example of using the HAL directly (#1374)
This is useful for advanced users, and shows a few things like error messages, and DS things that are needed.
This commit is contained in:
committed by
Peter Johnson
parent
63775362fe
commit
ef3a31aa20
@@ -225,5 +225,14 @@
|
||||
],
|
||||
"foldername": "PacGoat",
|
||||
"gradlebase": "cpp"
|
||||
},
|
||||
{
|
||||
"name": "HAL",
|
||||
"description": "A program created using the HAL exclusively. This example is for advanced users",
|
||||
"tags": [
|
||||
"HAL"
|
||||
],
|
||||
"foldername": "HAL",
|
||||
"gradlebase": "c"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user