• 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

Revision56 (tree)
Time2019-05-19 15:45:46
Authormaharu

Log Message

Fixed MUX output problem.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 55)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 56)
@@ -257,7 +257,8 @@
257257 hardCutType = bits, U08, 26, [3:3], "Full", "Rolling"
258258 ignAlgorithm = bits, U08, 26, [4:6], $loadSourceNames
259259 indInjAng = bits, U08, 26, [7:7], "Disabled", "Enabled"
260- injOpen = scalar, U08, 27, "ms", 0.1, 0.0, 0.1, 25.5, 1
260+;[PJSC v1.10] injOpen = scalar, U08, 27, "ms", 0.1, 0.0, 0.1, 25.5, 1
261+ injOpen = scalar, U08, 27, "ms", 0.01, 0.00, 0.01, 2.55, 2
261262 inj1Ang = scalar, U16, 28, "deg", 1.0, 0.0, 0.0, 360, 0
262263 inj2Ang = scalar, U16, 30, "deg", 1.0, 0.0, 0.0, 360, 0
263264 inj3Ang = scalar, U16, 32, "deg", 1.0, 0.0, 0.0, 360, 0