Give water to plants if dry amd pla meanwhile music the music vou can define with note length bind and breake also select several instruments for the sound

Dependencies:   mbed

Revision:
0:5150b09127e3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/EthernetNetIf/LPC2368/lwip/arch/perf.h	Wed Sep 19 14:16:56 2012 +0000
@@ -0,0 +1,23 @@
+/*
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+#ifndef __LWIP_ARCH_PERF_H__
+#define __LWIP_ARCH_PERF_H__
+
+#define PERF_START
+#define PERF_STOP(x)
+
+#define perf_init(fname)
+
+#if 0
+#ifdef __cplusplus
+inline
+#endif
+void perf_init(char *fname) {
+  return;  
+}
+#endif
+
+
+#endif /* __LWIP_ARCH_PERF_H__ */