arduino_sct_tools
arduino_sct_tools copied to clipboard
YAKINDU Statechart Tools for Arduino
Results
2
arduino_sct_tools issues
Sort by
recently updated
recently updated
newest added
I'm using Blink example as a test case. If a change the time period from 500 ms to 1000 seconds (as in 'after 1000 s') or a larger value, it...
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.