arduino due and Pixy compatibility

Hello everybody,

On the following site you can find a great camera for object detection:

https://www.kickstarter.com/projects/254449872/pixy-cmucam5-a-fast-easy-to-use-vision-sensor

In the attachment you can find working libraries to let this great camera work with an arduino uno. Since the arduino due is much faster and has true analoque outputs it would be very interesting to also get this camera working with the arduino due.
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?

Thanks in advance,
Bart

arduino_pixy-0.1.2 .zip (8.18 KB)