streaming server for AM/FM radio via UDP connection.

Dependencies:   mbed EthernetNetIf

ns9542.h

Committer:
soramimi
Date:
2012-08-30
Revision:
2:3b6816fd4ae6
Parent:
0:bd865e5a3df3

File content as of revision 2:3b6816fd4ae6:

#ifndef __NS9542_H
#define __NS9542_H

void ns9542_init();
void ns9542_tune_am9(int freq); // freq = kHz
void ns9542_tune_fm(int freq); // freq = MHz * 100
void ns9542_mute(bool mute);

#endif