• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。


Commit MetaInfo

Revision50 (tree)
Time2019-03-04 21:51:00
Authormaharu

Log Message

Prepare x4 VE table support.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/speeduino/globals.h (revision 49)
+++ branches/Ver1.00_base/speeduino/globals.h (revision 50)
@@ -474,6 +474,8 @@
474474 byte nChannels; //Number of fuel and ignition channels
475475 int16_t fuelLoad;
476476 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
477479 int16_t ignLoad;
478480 bool fuelPumpOn; //The current status of the fuel pump
479481 byte syncLossCounter;
--- branches/Ver1.00_base/speeduino/speeduino.h (revision 49)
+++ branches/Ver1.00_base/speeduino/speeduino.h (revision 50)
@@ -5,7 +5,7 @@
55 byte getVE();
66 byte getVE2(); //[PJSC v1.10]Multi VE Map support
77 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
99 byte getAdvance();
1010
1111 byte selectVE(byte); //[PJSC v1.10]Multi VE Map support