Skip to content

Commit

Permalink
Updated IMU Constants (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineBrightMeow authored Jul 12, 2024
1 parent 0b01a4d commit 0be9b34
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ enum class IMUType(val id: UInt) {
BMI160(8u),
ICM20948(9u),
ICM42688(10u),
BMI270(11u),
LSM6DS3TRC(12u),
LSM6DSV(13u),
LSM6DSO(14u),
LSM6DSR(15u),
DEV_RESERVED(250u),
;

fun getSolarType(): Int = this.id.toInt()
Expand Down

0 comments on commit 0be9b34

Please sign in to comment.