|
Adafruit SPI FRAM Library
|
#include <Adafruit_SPIDevice.h>#include <Arduino.h>#include <SPI.h>Go to the source code of this file.
Classes | |
| class | Adafruit_FRAM_SPI |
| Class that stores state and functions for interacting with FRAM SPI. More... | |
Typedefs | |
| typedef enum opcodes_e | opcodes_t |
Enumerations | |
| enum | opcodes_e { OPCODE_WREN = 0b0110, OPCODE_WRDI = 0b0100, OPCODE_RDSR = 0b0101, OPCODE_WRSR = 0b0001, OPCODE_READ = 0b0011, OPCODE_WRITE = 0b0010, OPCODE_RDID = 0b10011111, OPCODE_SLEEP = 0b10111001 } |
This is a library for the Adafruit SPI FRAM breakout.
Designed specifically to work with the Adafruit SPI FRAM breakout.
Pick one up today in the adafruit shop! ---—> https://www.adafruit.com/product/1897
These module use SPI to communicate, 4 pins are required to interface.
Adafruit invests time and resources providing this open source code, please support Adafruit andopen-source hardware by purchasing products from Adafruit!
K.Townsend (Adafruit Industries)
BSD license, all text above must be included in any redistribution
| enum opcodes_e |
Operation Codes
1.8.13