PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
Prepare x4 VE table support.
| @@ -474,6 +474,8 @@ | ||
| 474 | 474 | byte nChannels; //Number of fuel and ignition channels |
| 475 | 475 | int16_t fuelLoad; |
| 476 | 476 | int16_t fuelLoad2; //[PJSC v1.10] For Secondary Fuel Load |
| 477 | + int16_t fuelLoad3; //[PJSC v1.10] For x4 VE table support | |
| 478 | + int16_t fuelLoad4; //[PJSC v1.10] For x4 VE table support | |
| 477 | 479 | int16_t ignLoad; |
| 478 | 480 | bool fuelPumpOn; //The current status of the fuel pump |
| 479 | 481 | byte syncLossCounter; |
| @@ -5,7 +5,7 @@ | ||
| 5 | 5 | byte getVE(); |
| 6 | 6 | byte getVE2(); //[PJSC v1.10]Multi VE Map support |
| 7 | 7 | byte getVE3(); //[PJSC v1.10]Multi VE Map support |
| 8 | -byte getVE4(); //[PJSC v1.10]Multi VE Map support | |
| 8 | +//byte getVE4(); //[PJSC v1.10]Multi VE Map support | |
| 9 | 9 | byte getAdvance(); |
| 10 | 10 | |
| 11 | 11 | byte selectVE(byte); //[PJSC v1.10]Multi VE Map support |