Add examples for DMA, DutyCycle, DutyCycleEncoder and AddressableLED (#2100)

This commit is contained in:
Thad House
2019-11-18 22:12:17 -08:00
committed by Peter Johnson
parent 5891628112
commit 500c43fb84
14 changed files with 538 additions and 0 deletions

View File

@@ -428,5 +428,45 @@
"foldername": "TankDriveXboxController",
"gradlebase": "cpp",
"commandversion": 1
},
{
"name": "Duty Cycle Encoder",
"description": "Demonstrates the use of the Duty Cycle Encoder class",
"tags": [
"Getting Started with C++"
],
"foldername": "DutyCycleEncoder",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Duty Cycle Input",
"description": "Demonstrates the use of the Duty Cycle class",
"tags": [
"Getting Started with C++"
],
"foldername": "DutyCycleInput",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "Addressable LED",
"description": "Demonstrates the use of the Addressable LED class",
"tags": [
"Getting Started with C++"
],
"foldername": "AddressableLED",
"gradlebase": "cpp",
"commandversion": 2
},
{
"name": "DMA",
"description": "Demonstrates the use of the DMA class",
"tags": [
"Advanced C++"
],
"foldername": "DMA",
"gradlebase": "cpp",
"commandversion": 2
}
]