for senior desing
Fork of pixy by
Revision 1:703aa08663a0, committed 2015-04-19
- Comitter:
- CheeseW
- Date:
- Sun Apr 19 04:29:12 2015 +0000
- Parent:
- 0:ed8dc4531ac1
- Commit message:
- Done...
Changed in this revision
Pixy.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ed8dc4531ac1 -r 703aa08663a0 Pixy.h --- a/Pixy.h Sun Nov 16 11:52:55 2014 +0000 +++ b/Pixy.h Sun Apr 19 04:29:12 2015 +0000 @@ -8,7 +8,7 @@ struct Block { void print(Serial &pc) { - pc.printf("sig: %d x: %d y: %d width: %d height: %d\n", signature, x, y, width, height); + pc.printf("sig:%d x:%f y:%f width:%d height:%d\n\r", signature, (float) x, (float) y, width, height); }; uint16_t signature; uint16_t x;