Skip to content
An Arduino library for AT45DB dataflash chips
C++ Shell
Branch: master
Clone or download
pkElectronics and SodaqMoja Added Support for AT45DB321D Flash Chip
Originally done and excessively tested half a year ago, now to be commited back to the main branch
Latest commit 988375f Aug 29, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples/diagnostic Update the example to use new .init() and the predefined SS pin Jan 28, 2016
src Added Support for AT45DB321D Flash Chip Aug 29, 2017
.gitignore Start of project Oct 28, 2013
COPYING Start of project Oct 28, 2013
COPYING.LESSER Start of project Oct 28, 2013
README.md Start of project Oct 28, 2013
keywords.txt Start of project Oct 28, 2013
library.properties Release v1.0.3 Apr 10, 2016
make-zip.sh Start of project Oct 28, 2013

README.md

This is an Arduino library for AT45DB dataflash.

The code was developed to be used for the Sodaq Moja board. But it is general purpose, so it can be used in other environments too.

Sodaq Moja has an on board AT45DB161D. An earlier development board Sodaq V2 has an AT45DB081D. You may want to check Sodaq_dataflash.h and verify that the correct variant of the AT45DB is selected. Perhaps someday we can detect this dynamically.

You can’t perform that action at this time.