PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
Support Dual Fuel Load.
| @@ -326,6 +326,7 @@ | ||
| 326 | 326 | volatile byte captureDutyPulseInterrupt2; //[PJSC] For capture duty pulse |
| 327 | 327 | volatile unsigned int tempPWvalue1; //[PJSC] Multi VE Map support |
| 328 | 328 | volatile unsigned int tempPWvalue2; //[PJSC] Multi VE Map support |
| 329 | +volatile unsigned int dualFuelLoadVE; //[PJSC] Dual Fuel Load support | |
| 329 | 330 | |
| 330 | 331 | //These need to be here as they are used in both speeduino.ino and scheduler.ino |
| 331 | 332 | bool channel1InjEnabled = true; |