Commit Graph

  • 8bfa4e29f3 Declare Schedule variable volatile Josh Stewart 2013-09-08 20:01:47 +1000
  • 2e761c5d95 A small test program for the schedule code Josh Stewart 2013-09-05 10:27:52 +1000
  • 5836258bec Adding Arduino Mega datasheet to reference Josh Stewart 2013-09-05 10:27:36 +1000
  • d86597d700 Huge rewrite of the schedule code to add all 4 required schedules Josh Stewart 2013-09-05 10:27:16 +1000
  • 251886d8aa Add check for in progress scheduler. Clearer variable naming Josh Stewart 2013-09-03 22:26:08 +1000
  • 3107854d64 Minor fixes to trigger and RPM calcs code. Should be 100% working Josh Stewart 2013-09-03 22:13:28 +1000
  • 3f47b624cb Add gitignore Josh Stewart 2013-08-26 14:12:40 +1000
  • 7e82d6ca9e New sketch for a basic arduino stim Josh Stewart 2013-08-26 14:12:14 +1000
  • 2af9c4be6f Huge cleanup and new work. Not in working state Josh Stewart 2013-08-26 14:11:47 +1000
  • d26171614d Completed (untested) read/write EEPROM and comms paging Josh Stewart 2013-07-19 21:02:19 +1000
  • 78e47fbbef Update README.md Josh Stewart 2013-07-18 21:59:59 +1000
  • 8b4e998a3d Update README.md Josh Stewart 2013-07-18 21:57:08 +1000
  • 523378144b Complete EEPROM save Josh Stewart 2013-07-18 21:53:40 +1000
  • a4b5e0db17 Partial implementation of the receive value megasquirt command Josh Stewart 2013-07-18 20:36:36 +1000
  • 9c86bc9387 Neater and more efficient, though slightly less simple, comms page sending Josh Stewart 2013-07-18 17:26:24 +1000
  • 2e5e6668ff Added further variables to the comms page reads Josh Stewart 2013-07-17 13:09:18 +1000
  • d3a5b44eb9 Fixes missed in last commit Josh Stewart 2013-07-16 22:31:01 +1000
  • 8e002150ee Large re-org in preparation for EEPROM and comms paging work Josh Stewart 2013-07-16 22:29:17 +1000
  • 842f6a6e9c A bit of clean up work Josh Stewart 2013-07-10 21:18:18 +1000
  • 7ea7c7afe5 Corrected float free pulsewidth calc Josh Stewart 2013-07-10 10:26:16 +1000
  • 3d1cdb6f4d Working VE and IGN table comms Josh Stewart 2013-07-09 22:12:35 +1000
  • 1c7fd9846e Inclusion of basic ignition table comms support Josh Stewart 2013-07-09 14:06:45 +1000
  • 80320240c1 Initial work on comms Josh Stewart 2013-07-09 10:43:41 +1000
  • 92f96291ba Remove unecesary (and confusing) variable Josh Stewart 2013-07-04 11:32:36 +1000
  • 63485ed79f Fix Edge case handling in table lookup where requested X or Y were equal to a bin value Josh Stewart 2013-07-04 08:50:07 +1000
  • a89d7f2fda Update README.md Josh Stewart 2013-07-03 22:33:42 +1000
  • 3b80c897a1 FAQ Josh Stewart 2013-07-03 22:30:56 +1000
  • 930b5ade61 First 100% float free version - Requires further testing. Josh Stewart 2013-07-03 20:56:33 +1000
  • 89aa44990a Conversion of all fuel variables to uS from ms Josh Stewart 2013-07-03 20:27:46 +1000
  • f6c197d0e1 Fixes to the trigger code and inclusion of interrupt mappings for other chips Josh Stewart 2013-06-28 21:52:23 +1000
  • 668979407c Corrected pin that the CAS trigger is attached to Josh Stewart 2013-06-28 10:21:22 +1000
  • 443eba0083 Initial work on fast digital and analog IO Josh Stewart 2013-06-27 13:08:49 +1000
  • 572f0cf183 MInor fixes to scheduler Josh Stewart 2013-02-14 23:43:18 +1100
  • 2e9b01c28e Conclude all scheduler call calculations, adjust scheduler to automatically run an end function after a set duration Josh Stewart 2013-02-14 23:19:34 +1100
  • f8ccd8ac6d Prep for ignition charging Josh Stewart 2013-02-14 17:47:49 +1100
  • 1537249958 Fully working scheduler (With 2 schedules), initial crank timing work. Josh Stewart 2013-02-14 17:34:29 +1100
  • feff0b244d Mostly working scheduler Josh Stewart 2013-02-14 08:51:29 +1100
  • 25253f0beb Initial scheduler work Josh Stewart 2013-02-13 22:49:36 +1100
  • aff1570ef7 Small correction to the table struct Josh Stewart 2013-02-11 11:34:30 +1100
  • 4f7d86588e Removed floats from table lookup Josh Stewart 2013-02-11 10:53:00 +1100
  • 41d424fca6 Remove float multiplication from trigger interrupt Josh Stewart 2013-02-08 09:34:51 +1100
  • 0fd819fe3b Change the pulsewidth calc to us rather than ms Josh Stewart 2013-02-06 10:43:17 +1100
  • 066e0ee9e8 Completely bug tested and confirmed working the interpolation code Josh Stewart 2013-02-06 00:17:54 +1100
  • 439a936d87 Added some testing code and fixed some minor issues (req_fuel must be float) Josh Stewart 2013-02-05 22:31:17 +1100
  • 90d2594825 Interpolation actually works now Josh Stewart 2013-02-05 21:11:59 +1100
  • 9cd43ebd79 Initial implementation of the 2D map interpolation Josh Stewart 2013-02-05 20:41:41 +1100
  • 24e79171af Added testing functions and further comments Josh Stewart 2013-02-05 19:27:06 +1100
  • 022e66b618 Added GammeE skeleton. daedalusz 2013-02-05 14:05:03 +1100
  • 43a216c4f4 Added Metric AIRDEN formula. tmcardle 2013-02-05 12:39:20 +1100
  • f38a476d76 Pulsewidth fix Josh Stewart 2013-02-05 08:30:07 +1100
  • 66ea47fde5 More of the basic infrastructure stuff Josh Stewart 2013-02-05 08:05:35 +1100
  • 35ad62298b Initial fuel calcs Josh Stewart 2013-02-04 22:43:38 +1100
  • 1f30f179a8 A few more bits and pieces of starter code Josh Stewart 2013-02-04 21:49:41 +1100
  • e10ab07515 Initial creation of repo Josh Stewart 2013-02-04 17:43:15 +1100