Vitor Moreno B. Sales
Vitor Moreno B. Sales
2 years ago Josh changed(accidentally) the ini and made a misalignment on the indexes, that was fixed. Check the wiki page for chain configuration https://wiki.speeduino.com/en/configuration/Programmable_Outputs Also, if you want to...
> Oh crap it did not work on stm32. Because cli() and sei() is not applicable there... So new version. The helper functions have their relative substitutes, if it didn't...
> It seems that the code has changed a bit here. Is it possible to get this synced with master? Master already have something in place for that, I guess...
Removed RAM usage by 32 bytes
> If there is a test firmware file for this I'm 100% down to try it. My particular setup is single VVT1 with WMI. Yes, you can go to my...
Just pushed the change to be able to do it again
Actually it is moved to VVT2 pin
The VVT1 will function as normal, the VVT2 will behave like the WMI behave now, the only change is the output pin
Yes, this is the queue to be reviewed for the next release, you can follow here: https://github.com/users/noisymime/projects/1
The shifts are because the fixed point math, shifting a negative value is possible and the compiler take care of it as only the right shifting need attention (arithmetic/logical shift)....