• 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

Revision66 (tree)
Time2019-07-08 19:35:01
Authormaharu

Log Message

[PJSC v1.01c] Preparing for MUX output test mode.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/speeduino/scheduler.h (revision 65)
+++ branches/Ver1.00_base/speeduino/scheduler.h (revision 66)
@@ -214,8 +214,9 @@
214214
215215 //[PJSC] For PJSC
216216 void pjscControl();
217-byte pjscDuty[4];
217+//[PJSC v1.01c]byte pjscDuty[4];
218218 //[PJSC v1.01c]unsigned int pjsc_pwm_max_count[4];
219+byte pjscDuty[12]; //[PJSC v1.01c]
219220 unsigned int pjsc_pwm_max_count[12]; //[PJSC v1.01c]
220221 volatile bool pjsc1_pwm_state;
221222 volatile bool pjsc2_pwm_state;