FM-test

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

Revision:
2:c610e1a7fbcd
Parent:
1:e1cfb5850088
Child:
8:bfcfda6b38fe
--- a/fm.cpp	Thu Sep 11 14:42:49 2014 +0000
+++ b/fm.cpp	Thu Sep 11 15:09:05 2014 +0000
@@ -4,7 +4,7 @@
 
 I2C i2c(p9,p10);    // SDA,SCI
 
-void i2cSetup(unsigned int _f)
+void fmSetup(unsigned int _f)
 {
     char freqH = 0, freqL = 0;//, c, i;
     unsigned int frequencyB, freq, freqB;