speeduino/speeduino
Pasi Kemppainen 194853f9f3
Fix for negative pressure sensor readings (#438)
If the pressure sensor readings are negative, this fix will set the value to zero in that case.
2020-08-18 08:54:21 +10:00
..
src Update on eeprom emulation (#424) 2020-08-10 08:58:00 +10:00
SD_logger.h Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
SD_logger.ino Some initial ground work for the SD logging 2019-12-19 17:31:02 +11:00
TS_CommandButtonHandler.h MISRA cleanup 2020-07-30 09:15:24 +10:00
TS_CommandButtonHandler.ino MISRA cleanup 2020-07-30 09:15:24 +10:00
auxiliaries.h [VVT] PID work (#412) 2020-07-27 09:05:02 +10:00
auxiliaries.ino Warnings cleanup 2020-08-12 12:05:31 +10:00
board_avr2560.h 6 and 8 cylinder sequential injection (#280) 2020-04-01 17:03:11 +11:00
board_avr2560.ino Warnings / MISRA cleanup 2019-09-04 18:25:02 +10:00
board_stm32_generic.h BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_stm32_generic.ino BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_stm32_official.h Update on eeprom emulation (#424) 2020-08-10 08:58:00 +10:00
board_stm32_official.ino BlackPill update (#406) 2020-07-02 17:25:16 +10:00
board_teensy35.h Branch 082019ma (#326) 2020-02-28 10:18:37 +11:00
board_teensy35.ino Fix typo on teensy35 timer init 2020-08-07 15:51:31 +10:00
board_teensy41.h Teensy 4.1 compatibility fixes 2020-07-23 09:39:51 +10:00
board_teensy41.ino Change the TEENSY40 config to be TEENSY41 2020-07-14 13:57:36 +10:00
board_template.h remove _SLOW versions of MAX_TIMER_PERIOD and uS_TO_TIMER_COMPARE 2019-08-22 20:18:07 -04:00
board_template.ino Some basicboard templates for reference 2019-01-23 17:19:54 +13:00
cancomms.h Fix compiling for atmega2561 and add profile for it 2020-05-21 15:42:02 +10:00
cancomms.ino Warnings cleanup 2020-08-12 12:05:31 +10:00
comms.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
comms.ino Force use of int16_t for stm32 temp calibrations 2020-08-12 16:23:40 +10:00
corrections.h Water methanol injection (#417). Refer #154 2020-07-22 11:27:21 +10:00
corrections.ino [AE] Introduce ReqFuel % multiplier (#332) 2020-08-16 09:44:03 +10:00
crankMaths.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
crankMaths.ino Prevent interrupts when calculating tooth to tooth time (Resolves #430) 2020-08-08 09:53:26 +10:00
decoders.h Initial implementation of the 420a decoder. See #133 2020-07-01 16:54:52 +10:00
decoders.ino Fix regression from 50ce97cd that caused problems with negative trigger angles 2020-08-13 15:41:35 +10:00
display.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
display.ino Remove some old display code that is no longer used 2017-02-08 15:28:27 +11:00
engineProtection.h Mostly complete engine protection (excl AFR) 2020-06-06 14:27:46 +10:00
engineProtection.ino Only allow the oil pressure protection to enable if the oil pressure input is actually on 2020-07-07 16:47:28 +10:00
errors.h Move to PlatformIO for project layout 2017-02-06 20:56:46 +11:00
errors.ino Flag an error if an invalid MAP reading is calculated 2020-05-22 15:26:20 +10:00
globals.h Update tests for new PW calc options 2020-08-17 11:25:00 +10:00
globals.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
idle.h MISRA cleanup 2020-07-30 09:15:24 +10:00
idle.ino Merge branch 'master' of https://github.com/noisymime/speeduino 2020-07-30 09:15:48 +10:00
init.h Introduce init.ino to help clean up speeduino.ino 2019-01-11 17:25:07 +11:00
init.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
logger.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
logger.ino [VVT] PID work (#412) 2020-07-27 09:05:02 +10:00
maths.h Change stm32 boards to use 10-bit ADC and match other boards 2020-08-10 08:54:36 +10:00
maths.ino Big MISRA cleanup 2019-07-08 17:56:02 +10:00
scheduledIO.h Enable the use of the 50% hardware test modes 2020-05-04 15:08:45 +10:00
scheduledIO.ino MISRA cleanup 2020-07-30 09:15:24 +10:00
scheduler.h Minor changes to the injector priming routine 2020-07-06 22:17:56 +10:00
scheduler.ino Pull Teensy interrupts into board file 2020-07-27 10:09:50 +10:00
sensors.h Tweaks to VSS sampling 2020-08-10 08:54:53 +10:00
sensors.ino Fix for negative pressure sensor readings (#438) 2020-08-18 08:54:21 +10:00
speeduino.h Add unit tests for pulse width calculation 2020-04-23 16:20:09 +10:00
speeduino.ino [AE] Introduce ReqFuel % multiplier (#332) 2020-08-16 09:44:03 +10:00
storage.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
storage.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
table.h Add better 3D table caching 2019-11-12 15:18:32 +11:00
table.ino Add better 3D table caching 2019-11-12 15:18:32 +11:00
timers.h Fix MISRA violations (#268) 2019-10-22 11:49:07 +10:00
timers.ino Minor changes to the injector priming routine 2020-07-06 22:17:56 +10:00
updates.h Begin some work on warnings cleanup 2018-07-19 17:35:35 +10:00
updates.ino Minor fixes from last PR pull 2020-08-16 09:55:13 +10:00
utils.h Programmable outputs (#396) 2020-08-12 14:21:36 +10:00
utils.ino Programmable outputs (#396) 2020-08-12 14:21:36 +10:00