mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[doc] Clarify mount orientation for SystemCore IMU (NFC) (#8088)
This commit is contained in:
@@ -22,11 +22,13 @@ class OnboardIMU {
|
||||
* A mount orientation of SystemCore
|
||||
*/
|
||||
enum MountOrientation {
|
||||
/** Flat */
|
||||
/** Flat (mounted parallel to the ground). */
|
||||
kFlat,
|
||||
/** Landscape */
|
||||
/** Landscape (vertically mounted with long edge of SystemCore parallel to
|
||||
the ground). */
|
||||
kLandscape,
|
||||
/** Portrait */
|
||||
/** Portrait (vertically mounted with the short edge of SystemCore parallel
|
||||
to the ground). */
|
||||
kPortrait
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user