Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 5:4781c5333252, committed 2018-04-17
- Comitter:
- misodengaku
- Date:
- Tue Apr 17 02:39:48 2018 +0000
- Parent:
- 4:dcdbc20449ec
- Commit message:
- fix SPI pinmap
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r dcdbc20449ec -r 4781c5333252 main.cpp
--- a/main.cpp Tue Apr 17 02:38:38 2018 +0000
+++ b/main.cpp Tue Apr 17 02:39:48 2018 +0000
@@ -26,8 +26,8 @@
I2C i2c(p9, p10); // sda, scl
#endif
-SakuraIO_SPI sakuraio( spi, cs );
-//SakuraIO_I2C sakuraio(i2c);
+//SakuraIO_SPI sakuraio( spi, cs );
+SakuraIO_I2C sakuraio(i2c);
uint8_t updateFirmware()
{