led example with 2 timers

Dependencies:   mbed mbed-rtos

Committer:
passelin
Date:
Mon Feb 10 16:33:35 2014 +0000
Revision:
1:6e31c704f4d6
Child:
2:124a066878cc
in progress..

Who changed what in which revision?

UserRevisionLine numberNew contents of line
passelin 1:6e31c704f4d6 1 #include "main.h"
passelin 1:6e31c704f4d6 2
passelin 1:6e31c704f4d6 3 void Receiver_init()
passelin 1:6e31c704f4d6 4 {
passelin 1:6e31c704f4d6 5
passelin 1:6e31c704f4d6 6 }
passelin 1:6e31c704f4d6 7
passelin 1:6e31c704f4d6 8 void Receiver_thread(void const *args)
passelin 1:6e31c704f4d6 9 {
passelin 1:6e31c704f4d6 10 Receiver_init();
passelin 1:6e31c704f4d6 11
passelin 1:6e31c704f4d6 12 while(1)
passelin 1:6e31c704f4d6 13 {
passelin 1:6e31c704f4d6 14 // wait forever...
passelin 1:6e31c704f4d6 15 }
passelin 1:6e31c704f4d6 16 }