mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 00:03:37 +01:00
Fuel injection WIP - map only suitable for warm idle
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
void task_injectorx_close_run(int pin)
|
||||
{
|
||||
digitalWrite(pin, LOW);
|
||||
}
|
||||
|
||||
void task_injectorx_open_run(int pin)
|
||||
{
|
||||
digitalWrite(pin, HIGH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user