arduino_sct_tools
arduino_sct_tools copied to clipboard
Timer bigger than 32,767 ms (integer size) do not work
Code generation of TimerInterface used sc_integer for timer duration. This limits the timers to signed int (2 byte) size in millis. So any timer bigger then 32767ms do not work.