FRAM (community library)

Summary

Name Value
Name FRAM
Version 1.0.1
Installs 736
License GPLv3
Author Paul Kourany, Kenneth Lim
URL https://github.com/enablersg/fram-lib
Repository https://github.com/enablersg/fram-lib.git
Download .tar.gz
All Versions 1.0.1, 1.0.0, 0.0.5, 0.0.1

FRAM library for Particle.

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

fram-lib

FRAM library for Fujitsu IC

The following functions are available in this library:

  • FRAM(uint8_t chipSelect, framAvailSize framSize);
  • int8_t Read(uint16_t addr, uint8_t* buf, uint16_t count);
  • int8_t Write(uint16_t addr, uint8_t* buf, uint16_t count);
  • int8_t Present(void);
  • int16_t MaxAdd(void);
  • void init(void);

You will be able to better understand how they can be used in this example.

Updated on: 23 July 2015

Browse Library Files