Skip to content
Snippets Groups Projects
Commit 35392945 authored by Federico Mandelli's avatar Federico Mandelli
Browse files

[Sensors] Reduced bmx temperature frequency

parent 14fba81e
Branches
Tags
No related merge requests found
Pipeline #8516 passed
......@@ -50,7 +50,7 @@ constexpr unsigned int BMX160_MAG_ODR = 100;
constexpr Boardcore::BMX160Config::OutputDataRate BMX160_MAG_ODR_ENUM =
Boardcore::BMX160Config::OutputDataRate::HZ_100;
constexpr unsigned int BMX160_TEMP_DIVIDER = 1;
constexpr unsigned int BMX160_TEMP_DIVIDER = 1000;
constexpr unsigned int BMX160_FIFO_WATERMARK = 40;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment