PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
[PJSC v1.01] As release version
| @@ -32,7 +32,7 @@ | ||
| 32 | 32 | settingOption = resetcontrol_adv, "Advanced Features (16u2 Firmware Update Required)" |
| 33 | 33 | |
| 34 | 34 | settingGroup = table4_usage_group, "Selection of table4 usage" ;[PJSC v1.10] For switching 4th table |
| 35 | - settingOption = table4_spark, "Spark advance table" ;[PJSC v1.10] For switching 4th table | |
| 35 | +;[PJSC v1.01]For debug settingOption = table4_spark, "Spark advance table" ;[PJSC v1.10] For switching 4th table | |
| 36 | 36 | settingOption = table4_fuel, "VE table4" ;[PJSC v1.10] For switching 4th table |
| 37 | 37 | |
| 38 | 38 | [PcVariables] |
| @@ -1873,7 +1873,9 @@ | ||
| 1873 | 1873 | dialog = engine_constants_east, "" |
| 1874 | 1874 | panel = engine_constants_northeast, North |
| 1875 | 1875 | field = "" |
| 1876 | -;[PJSC]For debug field = "Table 4 used for", table4Usage ;[PJSC v1.01c]For debug | |
| 1876 | +#if table4_spark ;[PJSC v1.01] For debug | |
| 1877 | + field = "Table 4 used for", table4Usage ;[PJSC v1.01] For debug | |
| 1878 | +#endif ;[PJSC v1.01] For debug | |
| 1877 | 1879 | |
| 1878 | 1880 | dialog = engine_constants, "", border |
| 1879 | 1881 | panel = engine_constants_west, West |
| @@ -1942,9 +1944,9 @@ | ||
| 1942 | 1944 | ; | |
| 1943 | 1945 | dialog = inputPortSetting, "Input Port Setting", yAxis ; | |
| 1944 | 1946 | panel = analogInputPort1 ; | |
| 1945 | - panel = digitalInputPort1 ; | | |
| 1946 | - panel = digitalInputPort2 ; V | |
| 1947 | - panel = digitalInputPort3 ;[PJSC v1.10] | |
| 1947 | +;[PJSCv1.01] panel = digitalInputPort1 ; | | |
| 1948 | +;[PJSCv1.01] panel = digitalInputPort2 ; V | |
| 1949 | +;[PJSCv1.01] panel = digitalInputPort3 ;[PJSC v1.10] | |
| 1948 | 1950 | |
| 1949 | 1951 | ; Flex fuel stuff |
| 1950 | 1952 | dialog = flexFuelSettings, "", yAxis |