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 2:aa078cab3eda, committed 2015-04-13
- Comitter:
- MACRUM
- Date:
- Mon Apr 13 11:18:06 2015 +0900
- Parent:
- 1:6785c6f706aa
- Commit message:
- Enable DEBUG option
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6785c6f706aa -r aa078cab3eda main.cpp --- a/main.cpp Sat Apr 04 05:57:20 2015 +0000 +++ b/main.cpp Mon Apr 13 11:18:06 2015 +0900 @@ -1,6 +1,6 @@ #include "mbed.h" -//#define _DEBUG +#define _DEBUG Serial pc(USBTX, USBRX); I2C sensor(I2C_SDA, I2C_SCL);