Hi
I’m using the PicMicrocontroller. I want to comunicate Pixy with SPI line. But but I don’t know how to do.
This is Pixy Object block format.
Bytes 16-bit words Description
0, 1 0 sync (0xaa55)
2, 3 1 checksum (sum of all 16-bit words 2-6)
4, 5 2 signature number
6, 7 3 x center of object
8, 9 4 y center of object
10, 11 5 width of object
12, 13 6 height of object
How I read the Pixy? How will be process sequence?
Thank You