mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Rename OnboardIMU constants to all caps
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user