Commit f35aeb7ff472734567fbe15cdf5b89ad71007b04
authorMichel Pollet <buserror@gmail.com>
Wed, 6 Nov 2013 14:53:00 +0000 (14:53 +0000)
committerMichel Pollet <buserror@gmail.com>
Wed, 6 Nov 2013 14:53:07 +0000 (14:53 +0000)
treed2869ee481ca52c91e2cc801b9aee95d9491099a
parenta995fb77749ff034464353533253ca2ac54ac08c
Message:
tests: Added a coroutine example

Slapped together test, but demonstrates a nice trick that works
on AVR for havbing multiple tasks concurently (coorperatively)

Signed-off-by: Michel Pollet <buserror@gmail.com>
tests/atmega88_coroutine.c [new file with mode: 0644]