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

Revision:
0:439354122597
diff -r 000000000000 -r 439354122597 lwip/arch/perf.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lwip/arch/perf.h	Wed Mar 17 03:17:38 2010 +0000
@@ -0,0 +1,17 @@
+/*
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+#ifndef __LWIP_ARCH_PERF_H__
+#define __LWIP_ARCH_PERF_H__
+
+#define PERF_START
+#define PERF_STOP(x)
+
+
+inline void perf_init(char *fname) {
+  return;  
+}
+
+
+#endif /* __LWIP_ARCH_PERF_H__ */