Hello everybody,
I got pixy working with the arduino uno. But I would like to use the arduino due with pixy because it is much faster (84Mhz) and has two true analogue outputs which is very interesting to put out the X- and Y-position.
The current libraries only works with arduino uno. With the arduino due following problemm occurs:
C:\Users\Cyberdyne\Documents\Arduino\libraries\Pixy/Pixy.h: In member function ‘void LinkSPI::init(uint8_t)’:
C:\Users\Cyberdyne\Documents\Arduino\libraries\Pixy/Pixy.h:39: error: ‘class SPIClass’ has no member named ‘setClockDivider16’
It is clear a small has to be made but I don’t know what. Can anybody help me?
And if anybody would be interested, below you can find a link to a forum where you can find a program to do this with an arduino uno:
http://www.cmucam.org/boards/9/topics/3321
Thanks in advance,
Bart