Pixy camera
Initialization
void Pixy2Init(I2c_AddressType PixyI2cAddress, uint8 PixyI2cChannel);Setting the RGB LED color
void Pixy2SetLed(uint8 Red, uint8 Green, uint8 Blue);Getting the detected vectors
void Pixy2GetVectors(DetectedVectors *DetectedVectors);Relevant structures
Last updated
Was this helpful?