Shop OBEX P1 Docs P2 Docs Learn Events
javelin stamp multi tasking — Parallax Forums

javelin stamp multi tasking

ManuelManuel Posts: 105
edited 2006-06-07 00:37 in General Discussion
hello, i would like to know how many background tasks the javelin stamp is able to do?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards

Manuel C. Reinhard

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-06-07 00:37
    The javelin does 6 background tasks simultaneously.
    The type of these background tasks is limited to the
    native virtual peripherals Timer, Uart, pwm, dac, adc.
    To multitask your own type of tasks you can·use
    timers (unlimited number) and writing your code
    as state machines.

    regards peter
Sign In or Register to comment.