Skip to content
gicking edited this page Feb 9, 2018 · 3 revisions

back to Command Reference

List of commands to facilitate time controlled programs. Functions existing on Arduino platform behave identical. However, note some new functions, e.g. call user function in 1ms interrupt or stop watches.

The "standard" Arduino commands below are auto-loaded in Arduino-like projects, i.e. which include main_general.h. For the others please check the respective reference. All interrupt driven functions, e.g. delay(), require #define USE_TIM4_UPD_ISR in config.h for enabling the 1ms interrupt.

Commands

No Interrupts / Timers

With Interrupts / Timer


Clone this wiki locally