rims-arduino-library  v3.1.1
Recirculation infusion mash system library for Arduino
Public Member Functions | Protected Member Functions | List of all members
W25QFlash Class Reference

Library to handle Windbond W25Q SPI flash memory. More...

#include <w25qflash.h>

Public Member Functions

void setCSPin (byte csPin)
 
boolean verifyMem ()
 
void waitFree ()
 
void setWriteEnable (bool state=true)
 
void read (unsigned long addr, byte buffer[], unsigned long n)
 
void program (unsigned long addr, byte buffer[], unsigned long n)
 
void erase (unsigned long addr, byte command=W25Q_ERASE_SECTOR)
 

Protected Member Functions

void _select ()
 
void _deselect ()
 
byte _getStatus ()
 
void _sendCmdAddr (byte cmd, unsigned long addr)
 

Detailed Description

Library to handle Windbond W25Q SPI flash memory.

Author
Francis Gagnon

The documentation for this class was generated from the following files: