Skip to content

Commit

Permalink
corrected device id
Browse files Browse the repository at this point in the history
  • Loading branch information
licornes-fluos committed Jun 28, 2024
1 parent 97e7568 commit 9580ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sensors/accelerometer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Accelerometer {

static constexpr std::uint8_t kDataReady = 0x27;
static constexpr std::uint8_t kDeviceIdAddress = 0x0F;
static constexpr std::uint8_t kExpectedDeviceIdValue = 0x44;
static constexpr std::uint8_t kExpectedDeviceIdValue = 0x43;
};

} // namespace hyped::sensors

0 comments on commit 9580ceb

Please sign in to comment.