<< return to Pixycam.com

Finding Variables

Hi guys,
As i run the hello world program , it shows Detect , Block , Sig , Height , Width etc etc on the serial monitor… May i know where is the Sig variable written at in the arduino file?
tks

Hi Emil,

The sig data comes from the “Block struct”:https://github.com/charmedlabs/pixy/blob/master/arduino/libraries/Pixy/TPixy.h, which is the data sent to the Arduino from Pixy.

Scott