arduino_sct_tools icon indicating copy to clipboard operation
arduino_sct_tools copied to clipboard

Timer bigger than 32,767 ms (integer size) do not work

Open jmeros opened this issue 8 years ago • 0 comments

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.

jmeros avatar Sep 15 '17 15:09 jmeros