• 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

Revision30 (tree)
Time2019-02-13 00:05:24
Authormaharu

Log Message

Support Dual Fuel Load.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/speeduino/globals.h (revision 29)
+++ branches/Ver1.00_base/speeduino/globals.h (revision 30)
@@ -326,6 +326,7 @@
326326 volatile byte captureDutyPulseInterrupt2; //[PJSC] For capture duty pulse
327327 volatile unsigned int tempPWvalue1; //[PJSC] Multi VE Map support
328328 volatile unsigned int tempPWvalue2; //[PJSC] Multi VE Map support
329+volatile unsigned int dualFuelLoadVE; //[PJSC] Dual Fuel Load support
329330
330331 //These need to be here as they are used in both speeduino.ino and scheduler.ino
331332 bool channel1InjEnabled = true;