Masahiko Hasebe / microbit_ymf825

Dependencies:   microbit

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fmif.h Source File

fmif.h

00001 #ifndef FMIF_H
00002 #define FMIF_H
00003 //  public
00004 extern void Fmdriver_init( void );
00005 extern void Fmdriver_sendMidi( unsigned char byteStream );
00006 #endif