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 pixy by
Revision 1:198f26635a24, committed 2015-12-10
- Comitter:
- jfields
- Date:
- Thu Dec 10 02:41:05 2015 +0000
- Parent:
- 0:ed8dc4531ac1
- Commit message:
- abc
Changed in this revision
Pixy.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ed8dc4531ac1 -r 198f26635a24 Pixy.cpp --- a/Pixy.cpp Sun Nov 16 11:52:55 2014 +0000 +++ b/Pixy.cpp Thu Dec 10 02:41:05 2015 +0000 @@ -62,7 +62,7 @@ if (checksum == sum) blockCount++; else if (pc) - pc->printf("cs error\n\r"); + //pc->printf("cs error\n\r"); w = m_link->getWord(); if (w != PIXY_START_WORD) @@ -107,7 +107,7 @@ return true; else if (w == PIXY_START_WORDX) { if (pc) - pc->printf("reorder\n\r"); + //pc->printf("reorder\n\r"); m_link->getByte(); // resync } lastw = w;