2018.07.26
Dependencies: EthernetInterface TextLCD USBDevice USBHost mbed
music.h
- Committer:
- sayzyas
- Date:
- 2018-07-26
- Revision:
- 1:fdf87a1a724b
- Parent:
- 0:19075177391c
File content as of revision 1:fdf87a1a724b:
class waveMusic
{
private:
public:
void wave(float volume , float fq , float time);
void bz( int count );
void pi( int count );
void bz_error( int count );
void note( float on_time, float on_freq, float off_time );
void knkk( void );
void PC9801( void );
};