[examples] Add snippets for Digital Input article (#7949)

This commit is contained in:
sciencewhiz
2025-05-01 10:40:38 -07:00
committed by GitHub
parent ba37e7eb3c
commit e63899e63a
8 changed files with 221 additions and 0 deletions

View File

@@ -62,5 +62,26 @@
],
"foldername": "LimitSwitch",
"gradlebase": "cpp"
},
{
"name": "DigitalInput",
"description": "Snippets of Digital Input for frc-docs.",
"tags": [
"Hardware",
"Digital Input"
],
"foldername": "DigitalInput",
"gradlebase": "cpp"
},
{
"name": "AnalogTrigger",
"description": "Snippets of Analog Trigger for frc-docs.",
"tags": [
"Hardware",
"Analog",
"Digital Input"
],
"foldername": "AnalogTrigger",
"gradlebase": "cpp"
}
]