Skip to content

Arduino library for read/write access to SPI flash memory chips

Notifications You must be signed in to change notification settings

wilsynet/SPIFlash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPIFlash

Fork of https://github.com/LowPowerLab/SPIFlash.

This version fixes wakeup() functionality such that it does not wait for the flash chip to be not busy before it attempts to wake the flash chip from sleep.

Arduino library for read/write access to SPI flash memory chips. See code files for initial documentation, more to come soon.

###Installation Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.
To find your Arduino folder go to File>Preferences in the Arduino IDE.
See this tutorial on Arduino libraries.

About

Arduino library for read/write access to SPI flash memory chips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.9%
  • Other 18.1%