FM-test

Dependencies:   MODSERIAL mbed-rtos mbed

Fork of Master by Ohnishi_Gundan

Revision:
12:168338a29373
Parent:
11:b8d46d371937
Child:
13:3f0505bbe284
--- a/fm.cpp	Sun Sep 14 13:21:48 2014 +0000
+++ b/fm.cpp	Mon Sep 15 02:45:54 2014 +0000
@@ -30,7 +30,7 @@
     i2c.start();
     i2c.write(i2c_write);
     i2c.write(0x02);
-    i2c.write(0xE0);
+    i2c.write(0xC0);
     i2c.write(0x0D);
     i2c.stop();
     wait(0.5);