TPS read and tidy up

This commit is contained in:
Steve Howes
2018-09-14 18:33:36 +01:00
parent 437a2cc9a5
commit b0d2f98594
7 changed files with 85 additions and 52 deletions
+5
View File
@@ -45,6 +45,11 @@ void schedule_process()
task_rpm = micros() + task_rpm_interval;
task_rpm_run();
tasks++;
}else if(micros() > task_throttle)
{
task_throttle = micros() + task_throttle_interval;
task_throttle_run();
tasks++;
}else if(micros() > task_battery)
{
task_battery = micros() + task_battery_interval;