Sakura IoT Platform b

Dependencies:   SakuraIO_official mbed

Fork of SakuraIO_Standard by SAKURA Internet

Files at this revision

API Documentation at this revision

Comitter:
sakurafan
Date:
Mon Nov 21 14:12:05 2016 +0000
Parent:
1:efa4ea2608a1
Commit message:
fix spi;

Changed in this revision

SakuraIO.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SakuraIO.lib	Sat Nov 19 14:12:21 2016 +0000
+++ b/SakuraIO.lib	Mon Nov 21 14:12:05 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO/#6f8e51a42a7d
+https://developer.mbed.org/users/sakurafan/code/SakuraIO_official/#85955eb2e61a
--- a/main.cpp	Sat Nov 19 14:12:21 2016 +0000
+++ b/main.cpp	Mon Nov 21 14:12:05 2016 +0000
@@ -9,10 +9,9 @@
 
 
     SPI spi(p5, p6, p7); // mosi, miso, sclk
-    DigitalOut cs(p8);
     I2C i2c(p9, p10);        // sda, scl
     
-    //SakuraIO_SPI sakuraio( spi, cs );
+    //SakuraIO_SPI sakuraio( spi, p8 );
     SakuraIO_I2C sakuraio(i2c);