[examples] Add Limit Switch snippets (#7946)

This commit is contained in:
sciencewhiz
2025-04-29 07:42:32 -07:00
committed by GitHub
parent 40ce42712f
commit c49fc29046
5 changed files with 147 additions and 0 deletions

View File

@@ -52,5 +52,15 @@
],
"foldername": "EncoderHoming",
"gradlebase": "cpp"
},
{
"name": "LimitSwitch",
"description": "Snippets of Limit Switch for frc-docs.",
"tags": [
"Hardware",
"Digital Input"
],
"foldername": "LimitSwitch",
"gradlebase": "cpp"
}
]