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:
Thad House
2018-11-15 19:33:50 -08:00
committed by Peter Johnson
parent 63775362fe
commit ef3a31aa20
3 changed files with 145 additions and 0 deletions

View File

@@ -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"
}
]