Arduino library for Winbond Flash W25Q80BV - 8 Mbits (1MB)
SPIFlash
All functions have been tested and found to work well on Arduino 1.6.x.
Please report any issues and I will do my best to fix them.
Change log
v 1.0.1
- Added Output options to readPage()
- The function readPage() now takes an extra argument along with page_buffer - outputType. Setting an outputType of 1 enables output in hexadecimal while an outputType of 2 enables output in decimal, CSV - over Serial.