Remove sequential, add rev limiter, battery, many other things

This commit is contained in:
Steve Howes
2018-09-13 20:24:47 +01:00
parent ad2f798089
commit 913692694f
13 changed files with 224 additions and 89 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ void task_tach_high_run()
{
digitalWrite(pin_tach, HIGH);
// Auto-schedule the end
// Schedule the end
task_tach_low = micros() + tach_pulse_length;
}