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 com by
Revision 18:19bcb2dbf3c8, committed 2014-10-15
- Comitter:
- oprospero
- Date:
- Wed Oct 15 04:57:15 2014 +0000
- Parent:
- 17:acef0fb07510
- Child:
- 19:dc9d18037565
- Commit message:
- changed input polarity
Changed in this revision
com.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/com.cpp Mon Oct 06 04:59:20 2014 +0000 +++ b/com.cpp Wed Oct 15 04:57:15 2014 +0000 @@ -1,7 +1,7 @@ #include "com.h" -#define DEBUG_COM +//#define DEBUG_COM #ifdef DEBUG_COM #define NL "\n\r" #define PRINT(x) xbee.printf(x) //Serial.print(x)