Control of mbed using OSC. Based on code from the Make Controller. Right now you can turn the onboard LEDs on/off and toggle 8 digital out pins. More I/O will be done in the future.

Dependencies:   mbed

Committer:
pehrhovey
Date:
Wed Mar 17 03:17:38 2010 +0000
Revision:
0:439354122597

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pehrhovey 0:439354122597 1 /*
pehrhovey 0:439354122597 2 * Author: Adam Dunkels <adam@sics.se>
pehrhovey 0:439354122597 3 *
pehrhovey 0:439354122597 4 */
pehrhovey 0:439354122597 5 #ifndef __LWIP_ARCH_PERF_H__
pehrhovey 0:439354122597 6 #define __LWIP_ARCH_PERF_H__
pehrhovey 0:439354122597 7
pehrhovey 0:439354122597 8 #define PERF_START
pehrhovey 0:439354122597 9 #define PERF_STOP(x)
pehrhovey 0:439354122597 10
pehrhovey 0:439354122597 11
pehrhovey 0:439354122597 12 inline void perf_init(char *fname) {
pehrhovey 0:439354122597 13 return;
pehrhovey 0:439354122597 14 }
pehrhovey 0:439354122597 15
pehrhovey 0:439354122597 16
pehrhovey 0:439354122597 17 #endif /* __LWIP_ARCH_PERF_H__ */