semaf

Dependencies:   Freetronics_16x2_LCD sd-driver

Fork of HelloWorld_CCA01M1_mbedOS45 by STarks

Revision:
4:6bb9e11d322b
Parent:
0:8d09369ca839
Child:
5:ac729170df5f
--- a/main.cpp	Thu Feb 23 17:08:52 2017 +0000
+++ b/main.cpp	Mon Apr 10 13:16:41 2017 +0000
@@ -131,10 +131,7 @@
     /*----- Initialization. -----*/
 
     /* Initializing I2C bus. */
-    DevI2C *dev_i2c = new DevI2C(
-        PB_9, PullUp,
-        PB_8, PullUp
-    );
+    DevI2C *dev_i2c = new DevI2C(PB_9, PB_8);
 
     /* Initializing Sound Terminal Component. */
 #ifndef USE_I2S2