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