Commit Graph

240 Commits

Author SHA1 Message Date
Josh Stewart f9e226d828 Complete and tested fuel trim 2016-11-02 12:13:17 +11:00
Josh Stewart f0dcb0c756 Minor sequential fixes 2016-11-01 10:11:15 +11:00
Josh Stewart a4c9987e99 Add worst case fallback position to baro reading 2016-10-28 20:03:31 +11:00
Josh Stewart 0a38467fc6 Complete (untested) sequential fuel trim 2016-10-27 17:27:08 +11:00
Josh Stewart 940c3a5be7 Further memory work on the sequential tables 2016-10-27 08:49:27 +11:00
Josh Stewart 7345b73167 Add digitalWriteFast to src directory (It's effectively a lib) 2016-10-26 10:38:39 +11:00
Josh Stewart 8d9ff50eae Define the bar max and min values 2016-10-26 10:30:12 +11:00
Josh Stewart 1d699d18bc Fix injector start state being the wrong way in previous commit 2016-10-26 01:07:47 +11:00
Josh Stewart 991f7c1771 Number of scope check fixes 2016-10-26 01:04:37 +11:00
Josh Stewart 1a5635d795 Store previous baro value in EEPROM. Having this in a variable is insufficient 2016-10-26 00:24:40 +11:00
Josh Stewart 6fd80e5c35 Merge branch 'master' into pr/50 2016-10-25 23:36:06 +11:00
Josh Stewart 2641cddfa9 Revert "do while loop"
This reverts commit 7c91a0bbb9.
2016-10-25 23:35:39 +11:00
VitorBoss 7c91a0bbb9 do while loop
According to tests this speeds up about 1.2% loops
2016-10-25 10:22:09 -02:00
Josh Stewart 1f87c31e01 Load and save routines for the 4 fuel trim tables 2016-10-25 17:31:44 +11:00
VitorBoss dabbf872c2 limit baro corretion
Check if engine isn't running. Others minor code changes.
2016-10-22 09:17:56 -02:00
VitorBoss 68aae53766 Merge remote-tracking branch 'refs/remotes/noisymime/master' 2016-10-21 12:15:49 -02:00
VitorBoss f774888996 Revert "digitalWriteFast.h inplementation"
This reverts commit 18319259a0.
2016-10-21 12:14:01 -02:00
Josh Stewart ebc38a1025 Fix for sequential ignition timing error 2016-10-19 10:38:55 +11:00
VitorBoss 18319259a0 digitalWriteFast.h inplementation 2016-10-18 16:30:26 -02:00
VitorBoss 6d8714e035 Adition of float spark math
Add some spark math, fix some code too
2016-10-18 15:58:25 -02:00
Josh Stewart 34b571226e Further sequential work 2016-10-15 21:52:20 +11:00
Josh Stewart 983e365dd7 Teensy groundwork (Many to come) 2016-10-07 17:34:27 +11:00
VitorBoss 9d2c3f4106 removed unused variables 2016-10-05 13:50:04 -03:00
Josh Stewart cb4d0b9ab6 Initial commit of sequential fuel and spark 2016-10-04 20:28:51 +11:00
Josh Stewart 3d68d1859e Compatibility for the Mega2561 2016-10-04 12:50:09 +11:00
Josh Stewart b739618ebc Bring formatting in line with standards 2016-10-01 01:57:57 +10:00
Josh Stewart 4d0fe1836a Merge branch 'master' into pr/46
Conflicts:
	reference/Speeduino base tune.msq
2016-10-01 01:45:18 +10:00
Josh Stewart 0101537890 Improvements to 5 channel support (Still not 100% right) 2016-09-30 16:11:50 +10:00
Autohome2 a348d20b82 Merge pull request #20 from noisymime/master
update with josh 29092016
2016-09-29 13:12:08 +01:00
darren siepka 3578e76843 added serial3 broadcast or request 2016-09-26 17:44:21 +01:00
Josh Stewart 0981e3264e Odd fire support added for up to 4 cylinders 2016-09-22 21:59:38 +10:00
Josh Stewart 091cf250ff Completed non-360 degree decoder 2016-09-22 00:58:04 +10:00
Josh Stewart dd06725397 Initial groundwork for the non-360 decoder 2016-09-19 23:31:38 +10:00
Josh Stewart eeff2a57e6 Remove unused default WUE values 2016-08-20 09:02:29 +10:00
Josh Stewart 5f2925ab8e Smoother starting with the 4g63 decoder 2016-08-16 21:42:08 +10:00
Josh Stewart e587f2df5d Improvements to the Mazda_AU decoder 2016-08-05 17:01:28 +10:00
Josh Stewart 29ff8cd55a Fix for Arduino 1.6.10 regression (https://github.com/arduino/Arduino/issues/5186) 2016-08-03 11:30:01 +10:00
Josh Stewart 9111c5ec86 Mostly complete 5 cylinder scheduling 2016-07-27 19:31:38 +10:00
Josh Stewart 01d9578523 Initial groundwork for 5 cylinder support 2016-07-24 19:32:26 +10:00
Josh Stewart cb75452fc7 Initial work on error management 2016-07-15 17:23:30 +10:00
Josh Stewart d071b45ff4 Prevent injector channels doing strange things when they're not in use 2016-07-04 20:08:23 +10:00
Josh Stewart a5536c9ffc Initial commit of Mazda AU decoder for classified 2016-07-01 15:13:58 +10:00
Josh Stewart 5a2c825cf7 Fix timing issue that could occur, particularly with very low injector angles 2016-06-27 13:45:51 +10:00
Josh Stewart 5847ee5330 Initial Flex sensor reading (Currently untested) 2016-06-24 18:02:53 +10:00
Josh Stewart a29c20e62f Fix for typo in injection angles (Sequential only) 2016-06-20 22:09:47 +10:00
Chris Hildebrandt d1a9545fb2 Typos
Fixed some typos in comments
2016-06-08 13:11:52 +10:00
Josh Stewart 4cc3c9e8d2 Multiply MAP option 2016-06-01 14:57:53 +10:00
Josh Stewart 017501878e Trigger based locked timing for Basic Distributor and 4G63 decoders 2016-05-29 19:41:31 +10:00
Josh Stewart 726645d376 Minor performance improvements 2016-05-28 22:06:48 +10:00
Josh Stewart fcde4cb28e Fix for re/starting non-cranking issue 2016-05-27 20:56:03 +10:00