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

Committer:
helmut
Date:
Wed Sep 19 14:16:56 2012 +0000
Revision:
0:5150b09127e3
plays mostly music that you can do with notes length breakes and bind; Some already defined; Tool is to start a pump for water to give plant is too dry.; Meanwhie plays music the most part of all

Who changed what in which revision?

UserRevisionLine numberNew contents of line
helmut 0:5150b09127e3 1 /*
helmut 0:5150b09127e3 2 * Author: Adam Dunkels <adam@sics.se>
helmut 0:5150b09127e3 3 *
helmut 0:5150b09127e3 4 */
helmut 0:5150b09127e3 5 #ifndef __LWIP_ARCH_PERF_H__
helmut 0:5150b09127e3 6 #define __LWIP_ARCH_PERF_H__
helmut 0:5150b09127e3 7
helmut 0:5150b09127e3 8 #define PERF_START
helmut 0:5150b09127e3 9 #define PERF_STOP(x)
helmut 0:5150b09127e3 10
helmut 0:5150b09127e3 11 #define perf_init(fname)
helmut 0:5150b09127e3 12
helmut 0:5150b09127e3 13 #if 0
helmut 0:5150b09127e3 14 #ifdef __cplusplus
helmut 0:5150b09127e3 15 inline
helmut 0:5150b09127e3 16 #endif
helmut 0:5150b09127e3 17 void perf_init(char *fname) {
helmut 0:5150b09127e3 18 return;
helmut 0:5150b09127e3 19 }
helmut 0:5150b09127e3 20 #endif
helmut 0:5150b09127e3 21
helmut 0:5150b09127e3 22
helmut 0:5150b09127e3 23 #endif /* __LWIP_ARCH_PERF_H__ */