For the arduino, where is the Pixy2 class itself defined?
It’s not in the Pixy2.h file or anywhere else that I can find.
So, when you declare a Pixy2 object as in the various arduino examples for the Pixy2…
**// This is the main Pixy object **
Pixy2 pixy;
where is it picking up the class definition for Pixy2?