File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2319,12 +2319,6 @@ void setPinMapping(byte boardID)
2319
2319
#endif
2320
2320
2321
2321
#if defined(CORE_TEENSY41)
2322
- pinTPS = A17; // TPS input pin
2323
- pinIAT = A14; // IAT sensor pin
2324
- pinCLT = A15; // CLS sensor pin
2325
- pinO2 = A16; // O2 Sensor pin
2326
- pinBat = A3; // Battery reference voltage pin. Needs Alpha4+
2327
-
2328
2322
// New pins for the actual T4.1 version of the Dropbear
2329
2323
pinBaro = A4;
2330
2324
pinMAP = A5;
@@ -2340,6 +2334,7 @@ void setPinMapping(byte boardID)
2340
2334
2341
2335
pinTrigger = 20 ; // The CAS pin
2342
2336
pinTrigger2 = 21 ; // The Cam Sensor pin
2337
+ pinTrigger3 = 34 ; // Uses one of the protected spare digital inputs.
2343
2338
2344
2339
pinFuelPump = 5 ; // Fuel pump output
2345
2340
pinTachOut = 0 ; // Tacho output pin
You can’t perform that action at this time.
0 commit comments