Pasi Kemppainen
Pasi Kemppainen
This PR mostly affects possible pin conflicts on STM32, but should be good addition on Teensy too. - Add SD-card SPI-pins to STM32 `pinIsReserved` -list (if used) - Use `pinIsUsed`...
This is safety feature to prevent accidentally writing new temp/O2 calibrations. This might also prevent wiping the calibrations in case of strange comms issues. Changes in newComms.ino might seem big,...
This PR adds option to read VSS from any of the 16 Auxilary input channels just by using 4bits of unused EEPROM space. Selecting between CAN, Serial or Analog input...
This PR modifies the speeduino.ini so that the fuel/oil pressure readings can be in Bar unit also in addition to PSI. No speeduino code changes. The pressure readings are still...
The `pinTranslate` -function doesn't really work for anything other than Arduino Mega. The digital pins part is ok, but for STM32 and Teensy, it gives out wrong analog pin. So...