speeduino/speeduino
RempageR1 d8be3f56e8
Added Trigger for the Yamaha Vmax motorcycle, 1990 and up. (#823)
* Test 1

* Added the Vmax decoder option

* Added the Yamaha Vmax decoder

Co-authored-by: RempageR1 <unconfigured@null.spigotmc.org>
Co-authored-by: Josh Stewart <josh@noisymime.org>
2022-04-11 11:08:22 +10:00
..
src Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
SD_logger.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
SD_logger.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
TS_CommandButtonHandler.h Add button to format SD card 2021-12-24 13:30:14 +11:00
TS_CommandButtonHandler.ino Show all log files on SD card, not just the first page 2021-12-24 15:30:37 +11:00
acc_mc33810.h Complete control files for MC33810 2021-02-16 09:31:44 +11:00
acc_mc33810.ino Initial work on common SDFat library. 2021-10-04 00:09:53 +11:00
auxiliaries.h WMI fixes (#759) 2022-01-05 10:33:33 +11:00
auxiliaries.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_avr2560.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_avr2560.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_same51.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_same51.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_generic.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_generic.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_official.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_stm32_official.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_teensy35.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_teensy35.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_teensy41.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_teensy41.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_template.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
board_template.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
cancomms.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
cancomms.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
comms.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
comms.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
comms_legacy.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
comms_legacy.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
corrections.h All tapers use byte counters (#746) 2022-04-05 07:27:54 +10:00
corrections.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
crankMaths.h angleToTime tests (#790) 2022-02-14 09:32:00 +11:00
crankMaths.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
decoders.h Added Trigger for the Yamaha Vmax motorcycle, 1990 and up. (#823) 2022-04-11 11:08:22 +10:00
decoders.ino Added Trigger for the Yamaha Vmax motorcycle, 1990 and up. (#823) 2022-04-11 11:08:22 +10:00
display.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
display.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
engineProtection.h Reorganise Engine Protection UI 2022-04-10 09:07:21 +10:00
engineProtection.ino Reorganise Engine Protection UI 2022-04-10 09:07:21 +10:00
errors.h Faster VSS reads and gear detection 2021-09-14 21:45:44 +10:00
errors.ino Isolate table3D member access in comms.ino (#545) 2021-04-21 14:36:27 +10:00
globals.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
globals.ino All tapers use byte counters (#746) 2022-04-05 07:27:54 +10:00
idle.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
idle.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino Added Trigger for the Yamaha Vmax motorcycle, 1990 and up. (#823) 2022-04-11 11:08:22 +10:00
int16_byte.h Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
logger.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
logger.ino Use common (and faster) is2ByteEntry() function for programmable IO. This fixes #569 (Though it was likely resolved earlier anyway) 2022-01-05 16:41:12 +11:00
maths.h Performance: optimize fuel trim PW calcs (#756) 2022-02-18 14:55:43 +11:00
maths.ino Performance: optimize fuel trim PW calcs (#756) 2022-02-18 14:55:43 +11:00
page_crc.cpp Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
page_crc.h Initial work on new serial comms (Disabled in ini) 2021-11-19 11:07:38 +11:00
pages.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
pages.h Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
rtc_common.h Change name of rtc.h/.ino files to avoid conflict for stm32 2021-01-23 08:49:44 +11:00
rtc_common.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
scheduledIO.h Add 4cyl semi-seq injector pairing option 2022-03-18 09:45:07 +11:00
scheduledIO.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
scheduler.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
scheduler.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
secondaryTables.h Separate logic for secondary fuel and ignition tables 2020-10-22 11:21:48 +11:00
secondaryTables.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
sensors.h Correct variable size for MAPlast 2022-04-05 17:55:09 +10:00
sensors.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
speeduino.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
speeduino.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
storage.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
storage.h Increase O2 read frequency to 30Hz 2022-02-25 15:13:35 +11:00
table2d.h Add table2d tests (#748) 2021-12-23 15:07:38 +11:00
table2d.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d.cpp Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
table3d.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d_axes.h Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
table3d_axis_io.cpp Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
table3d_axis_io.h Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
table3d_interpolate.cpp fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
table3d_interpolate.h Performance: 15%+ loop/sec speedup by optimising 3d table bilinear interpolation (#735) 2021-12-09 20:40:31 +11:00
table3d_typedefs.h Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
table3d_values.h fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
timers.h Add SET_COMPARE; Change some types to COMPARE_TYPE (#691) 2021-11-12 15:11:42 +11:00
timers.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
updates.h Fix broken unit tests 2022-01-04 12:49:03 +11:00
updates.ino fix typos in code documentation (#816) 2022-04-11 10:49:58 +10:00
utilities.h Reduce 3d table memory usage (>500 bytes) (#662) 2021-11-18 11:30:29 +11:00
utilities.ino Use common (and faster) is2ByteEntry() function for programmable IO. This fixes #569 (Though it was likely resolved earlier anyway) 2022-01-05 16:41:12 +11:00