[examples] Add DutyCycleEncoder Snippets (#7930)

This commit is contained in:
sciencewhiz
2025-04-25 21:47:53 -07:00
committed by GitHub
parent 828199befb
commit 90ee11a9e0
5 changed files with 124 additions and 0 deletions

View File

@@ -8,5 +8,16 @@
],
"foldername": "Encoder",
"gradlebase": "cpp"
},
{
"name": "DutyCycleEncoder",
"description": "Snippets of DutyCycleEncoder class usage for frc-docs.",
"tags": [
"Hardware",
"Encoder",
"Duty Cycle"
],
"foldername": "DutyCycleEncoder",
"gradlebase": "cpp"
}
]