pixy spi

Dependencies:   TPixy-Interface mbed

Fork of PixyCamera by Stephen Wilkins

Files at this revision

API Documentation at this revision

Comitter:
halusis
Date:
Thu Oct 25 04:01:22 2018 +0000
Parent:
0:886deae63aa3
Commit message:
pixy spi

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 14 00:38:32 2016 +0000
+++ b/main.cpp	Thu Oct 25 04:01:22 2018 +0000
@@ -9,4 +9,5 @@
 int main()
 {
     runPanTiltDemo(&pixy, &serial);
+    pixy.blocks[0].printBlock();
 }
\ No newline at end of file