Hey folks,
I created my first GitHub fork/repo today, and I'm excited to share it with you!
https://github.com/robodude666/maple-dataflash <-- Click it!
It's a fork of the arduino-dataflash library. I'll be adding various improvements to it over time. Some things I'm currently considering/working on:
- Taking advantage of libmaple
- Improving performance
- DMA support
- Fun stuff!
The library currently only supports the AT45DB161D (16Mbit Serial Flash). Support for other parts is possible, and we'll see.
-robodude666