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.
Fork of Adafruit9-DOf by
Revision 2:fe10a40b42e8, committed 2015-11-29
- Comitter:
- jatinsha
- Date:
- Sun Nov 29 18:41:42 2015 +0000
- Parent:
- 1:73a50f68da5d
- Commit message:
- none
Changed in this revision
Header/I2C_base.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 73a50f68da5d -r fe10a40b42e8 Header/I2C_base.h --- a/Header/I2C_base.h Sat Nov 28 22:25:17 2015 +0000 +++ b/Header/I2C_base.h Sun Nov 29 18:41:42 2015 +0000 @@ -27,11 +27,11 @@ #include "mbed.h" //define SDA and SCL if not already defined #ifndef SDA - #define SDA p28 + #define SDA p9 #endif #ifndef SCL - #define SCL p27 + #define SCL p10 #endif //*******************************************