Skip to content
Prajwal Bhattaram edited this page Mar 8, 2018 · 8 revisions

SPIFlash Build Status DOI

GitHub release GitHub commits GitHub issues GitHub pull requests license

Arduino library for Flash Memory Chips (SPI based only)

Download the latest stable release from here. Please report any bugs in issues.

This Arduino library is for use with flash memory chips that communicate using the SPI protocol. In its current form it supports identifying the flash chip and its various features; automatic address allocation and management; writing and reading a number of different types of data, ranging from 8-bit to 32-bit (signed and unsigned) values, floats, Strings, arrays of bytes/chars and structs to and from various locations; sector, block and chip erase; and powering down for low power operation.

The Table of Contents on the right allows for easy navigation