Shinichi Fuchita / Mbed 2 deprecated RadioServer

Dependencies:   mbed EthernetNetIf

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ns9542.h Source File

ns9542.h

00001 #ifndef __NS9542_H
00002 #define __NS9542_H
00003 
00004 void ns9542_init();
00005 void ns9542_tune_am9(int freq); // freq = kHz
00006 void ns9542_tune_fm(int freq); // freq = MHz * 100
00007 void ns9542_mute(bool mute);
00008 
00009 #endif