Hi , i am working on a school project and i want to use the pixy for detection of 4 colored objects.
when 1 object is gone (when 3 are still detected), the program should light up a led/print a message to the serial monitor.
I know the basics of arduino and understand most of the hello world example.
i would need something like:
if (blocks 1 , 2 & 3 are detected)
serial.print (ActionA).
or Output to led which resembles action A.
Greetings ,
Basiel