<< return to Pixycam.com

Pixy.init(); - arduino

hello there
i am using Pixy ver.2 with arduino uno.
Every time i use in my code pixy.init();
every pin going to high without being able to control it.
Any help
Tnx

Hello,
Sorry for the problems. When you say “every pin going high”, which pins are you referring to?

Edward

When i run the code, after the Pixy.init(); line it turns for example the pin 13 to HIGH.
I am trying to turn it to LOW. But every command after Pixy.init(); it doesn’t change the output.
Thanks

Pins 11, 12, and 13 are used for SPI, which is what the Arduino normally uses to communicate with PIxy2. If you use any other pin on the Arduino, you shouldn’t have any conflicts with Pixy2.

Edward

2 Likes

thank you very much. i change my pin to 4 and it worked!

1 Like