Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Jun 3, 2024
1 parent 32c62a0 commit c234a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sensors/core/tasks/capacitive_driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ class FDC1004 {
static constexpr uint16_t STOP_DELAY = 0;
can::ids::SensorId sensor_id = can::ids::SensorId::S0;
fdc1004::MeasureConfigMode measure_mode = fdc1004::MeasureConfigMode::ONE;
fdc1004::MeasurementRate measurement_rate = fdc1004::MeasurementRate::
ONE_HUNDRED_SAMPLES_PER_SECOND;
fdc1004::MeasurementRate measurement_rate =
fdc1004::MeasurementRate::ONE_HUNDRED_SAMPLES_PER_SECOND;
bool shared_sensor = false;

float current_offset_pf = 0;
Expand Down

0 comments on commit c234a51

Please sign in to comment.