Skip to content

Commit

Permalink
MPU9250's DLPF disabling is not yet implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 4, 2024
1 parent 4b4cfca commit 69838a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MPU9250.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ bool MPU9250::setDLPF(const DLPF dlpf) {
DlpfBandwidth val;
switch (dlpf) {
case DLPF_OFF:
log("Disabling DLPF is not yet implemented");
return false;
case DLPF_MAX:
val = DLPF_BANDWIDTH_184HZ;
break;
Expand Down

0 comments on commit 69838a2

Please sign in to comment.