for senior desing

Dependents:   pixyHelloWorld

Fork of pixy by Arcadie Cracan

Files at this revision

API Documentation at this revision

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
--- 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;