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
+3
View File
@@ -20,7 +20,9 @@ void setup() {
digitalWrite(pin_coil3, LOW);
digitalWrite(pin_coil4, LOW);
// Get an initial reading and output debug if it's not atmospheric
map_init();
battery_init();
}
void loop() {
@@ -34,3 +36,4 @@ void loop() {
}