Vitor Moreno B. Sales
Vitor Moreno B. Sales
This add the possibility to use single channel VVT and WMI at the same time. WMI to VVT2 channel and increased PWM resolution to 0.5%.
On markets with pure ethanol fuel and cold temperatures the engine requires a LOT of advance to start rapidly. This PR just add the possibility to use current cold advance...
Added possibility to scale up priming size, some pure ethanol(E100) vehicles struggle to start, doing prime pulse 2 or 3 times makes it start on first cranking, possible to add...
Setup is a 60-2 wheel with a 240 trigger angle, paired 4 inj/cycle injector Loops count with current master ``` 992 @500RPM 972 @1000RPM 799 @6000RPM 712 @8000RPM 577 @12000RPM...
Looking on SerialUART.cpp the function is returning a bool condition instead os number of available bytes, a lot of libs use that like Nexion. This is the current code: ```...
The library have only 4 timers, could you improve the number to all 14 on F4 boards? I've try but didn't work.
The code don't compile on Arduino IDE 1.8.2 > sketch\serialmenu.h:56:13: warning: This is deprecated SovA usage... > > SUI_DeclareString(greeting,"+++ Welcome to the ArduStim +++\r\nEnter ? for help"); > ^ >...
On die writes got a small change 38 to 34us, SPI flash got a big improvement, average byte write changed from 144 to 93us. Tested on STM32F407VE board on both...
Recently I'm working on a project which will use [sboot_stm32](https://github.com/dmitrystu/sboot_stm32) encryption, the current problem is the linker script uses LD_FLASH_OFFSET but I can't set this flag from PlatformIO, I had...
Added check as some functions access the pin via registers and had no check. Added protection for "board default" pin value as it can lock up STM32 board due to...