Add new debug menu item to view raw hall effect sensor output.

This commit is contained in:
Christian Rahl
2022-01-22 19:33:24 -05:00
parent 294f9c2ff6
commit 05f38b096c
2 changed files with 11 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ def get_debug_menu() -> List[str]:
"ACC ",
"PWR ",
"Max ",
"Hall ",
]