• 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

Revision58 (tree)
Time2019-06-20 19:40:43
Authormaharu

Log Message

PJSC ver 1.01c: Add offset for value of VE table 4.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/speeduino/globals.h (revision 57)
+++ branches/Ver1.00_base/speeduino/globals.h (revision 58)
@@ -684,7 +684,13 @@
684684 byte unused2_120: 2; // |
685685 byte table4Usage: 1; // | For switching usage of 3rd table Ignition/Fuel
686686 byte unused2_121: 7; // V
687- byte unused2_122[6]; //[PJSC v1.10] For test mode
687+//[PJSC v1.01c] byte unused2_122[6]; //[PJSC v1.10] For test mode
688+ byte inj1SquirtStartEnd: 1; //[PJSC v1.01c]
689+ byte inj2SquirtStartEnd: 1; // |
690+ byte inj3SquirtStartEnd: 1; // |
691+ byte inj4SquirtStartEnd: 1; // |
692+ byte unused2_122: 4; // V
693+ byte unused2_123[5]; //[PJSC v1.01c]
688694
689695 #if defined(CORE_AVR)
690696 };