Skip to content

Commit

Permalink
ExtLibs: add SCHA63T to imu types of device ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuy authored and meee1 committed Apr 23, 2024
1 parent 4afa043 commit 4603b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExtLibs/Utilities/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public enum imu_types
DEVTYPE_INS_BMI085 = 0x39,
DEVTYPE_INS_ICM42670 = 0x3A,
DEVTYPE_INS_ICM45686 = 0x3B,
DEVTYPE_INS_SCHA63T = 0x3C,
};


Expand Down

0 comments on commit 4603b80

Please sign in to comment.