We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcd9c1 commit 9b76f39Copy full SHA for 9b76f39
1 file changed
src/VCF_Tasks.cpp
@@ -31,7 +31,7 @@ HT_TASK::TaskResponse run_read_adc0_task(const unsigned long& sysMicros, const H
31
{
32
// Updates all eight channels.
33
ADCInterfaceInstance::instance().adc0_tick();
34
- OrbisBRInstance::instance().sample();
+ // OrbisBRInstance::instance().sample();
35
PedalsSystemInstance::instance().set_pedals_sensor_data(PedalSensorData_s{
36
.accel_1 = static_cast<uint32_t>(ADCInterfaceInstance::instance().acceleration_1().conversion),
37
.accel_2 = static_cast<uint32_t>(ADCInterfaceInstance::instance().acceleration_2().conversion),
0 commit comments