[wpilib] Rename OnboardIMU constants to all caps

This commit is contained in:
Peter Johnson
2026-03-17 16:45:25 -07:00
parent e73e2e99f7
commit 3776f8a1ef
41 changed files with 72 additions and 72 deletions

View File

@@ -22,13 +22,13 @@ class OnboardIMU {
*/
enum MountOrientation {
/** Flat (mounted parallel to the ground). */
kFlat,
FLAT,
/** Landscape (vertically mounted with long edge of Systemcore parallel to
the ground). */
kLandscape,
LANDSCAPE,
/** Portrait (vertically mounted with the short edge of Systemcore parallel
to the ground). */
kPortrait
PORTRAIT
};
/**