mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 00:03:37 +01:00
TPS read and tidy up
This commit is contained in:
@@ -7,7 +7,7 @@ const int pin_cas_sgt = 18; // IN: ignition pulse -white
|
||||
const int pin_tach = 49; // OUT: pulse for tach
|
||||
//const int pin_intake_temp = A0; // IN: Intake temperature
|
||||
//const int pin_coolant_temp = A1; // IN: Coolant temperature
|
||||
//const int pin_throttle_position = A2; // IN: Throttle position
|
||||
const int pin_throttle = A2; // IN: Throttle position
|
||||
const int pin_map = A3; // IN: Manifold absolute pressure
|
||||
const int pin_batt = A4; // IN: Battery voltage
|
||||
//const int pin_o2 = A8; // IN: O2 sensor
|
||||
|
||||
Reference in New Issue
Block a user