[examples] Add Analog Potentiometer Snippets (#7957)

This commit is contained in:
sciencewhiz
2025-05-10 07:18:19 -07:00
committed by GitHub
parent b1f7e6d6f2
commit 55a97f0c11
6 changed files with 137 additions and 1 deletions

View File

@@ -93,5 +93,15 @@
],
"foldername": "AnalogInput",
"gradlebase": "cpp"
},
{
"name": "AnalogPotentiometer",
"description": "Snippets of Analog Potentiometer for frc-docs.",
"tags": [
"Hardware",
"Analog"
],
"foldername": "AnalogPotentiometer",
"gradlebase": "cpp"
}
]