Hi
i cant find SPI.h File that getByte & sendByte declared there
I want to use AVR MCU to hookup PIXY & follow this link instructions, but cant find SPI Header File
http://cmucam.org/projects/cmucam5/wiki/Porting_Guide
please guide me
Hi
i cant find SPI.h File that getByte & sendByte declared there
I want to use AVR MCU to hookup PIXY & follow this link instructions, but cant find SPI Header File
http://cmucam.org/projects/cmucam5/wiki/Porting_Guide
please guide me
Hello Farshad,
getByte and sendByte are routines that are platform specific. We can’t provide them because the porting guide assumes that you are porting to your own platform, or a platform we don’t support. You will need to write getByte and sendByte for your platform.
What platform are you trying to port to?
Edward
Hello Edward
Thank you for response
I want to use AVR family mcu (now ATmega64), with AVR studio or codevision AVR compilers.
What procedure should I follow in writing sendbyte & getbyte?
Are you have a sample code for AVR?
Thanks for your attention.