BlockoS / arduino-dataflash

Support for Atmel Dataflash for the Arduino
http://blockos.github.com/arduino-dataflash
23 stars 14 forks source link

Get library working with the Due (ARM architecture) #12

Open ghulands opened 11 years ago

ghulands commented 11 years ago

The Due SPI library has support for auto handling of the chip select. See: http://arduino.cc/en/Reference/DueExtendedSPI

It would be good to get the library firstly working on the Due and then maybe optimize sections for it.

Thanks, Greg