a small song

Dependencies:   C12832 LM75B MMA7660 mbed

morse.h

Committer:
tyli
Date:
2015-02-16
Revision:
0:9d7b581da110

File content as of revision 0:9d7b581da110:

#ifndef __MORSE_H__
#define __MORSE_H__

void to();
void tsu();
void one();
void two();
void three();
void four();
void five();
void six();
void seven();
void eight();
void nine();
void zero();
void period();
void morse(int i);

#endif