Skip to content

Commit

Permalink
[fix] ICM_1000dpsとICM_500dpsの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Watanabe1101 committed Apr 14, 2024
1 parent a2a61c3 commit 9d52489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ICM20948 2.0.0/src/ICM20948.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#define ICM_4G 0b00000010
#define ICM_2G 0b00000000
#define ICM_2000dps 0b00000110
#define ICM_1000dps 0b00000010
#define ICM_500dps 0b00000100
#define ICM_1000dps 0b00000100
#define ICM_500dps 0b00000010
#define ICM_250dps 0b00000000
#define ICM_USER_BANK0 0b00000000
#define ICM_USER_BANK1 0b00010000
Expand Down

0 comments on commit 9d52489

Please sign in to comment.