Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd authored Dec 11, 2020
1 parent c613723 commit 37a64dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Fujitsu MB85nnn FRAM memories<br>[(https://zanduino.github.io/Badges/GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Build](https://github.com/Zanduino/MB85_FRAM/workflows/Build/badge.svg)](https://github.com/Zanduino/MB85_FRAM/actions?query=workflow%3ABuild) [![Format](https://github.com/Zanduino/MB85_FRAM/workflows/Format/badge.svg)](https://github.com/Zanduino/MB85_FRAM/actions?query=workflow%3AFormat) [![Wiki](https://zanduino.github.io/Badges/Documentation-Badge.svg)](https://github.com/Zanduino/MB85_FRAM/wiki) [![Doxygen](https://github.com/Zanduino/MB85_FRAM/workflows/Doxygen/badge.svg)](https://Zanduino.github.io/MB85_FRAM/html/index.html) [![arduino-library-badge](https://www.ardu-badge.com/badge/MB85_FRAM.svg?)](https://www.ardu-badge.com/MB85_FRAM)
[![License: GPL v3](https://zanduino.github.io/Badges/GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Build](https://github.com/Zanduino/MB85_FRAM/workflows/Build/badge.svg)](https://github.com/Zanduino/MB85_FRAM/actions?query=workflow%3ABuild) [![Format](https://github.com/Zanduino/MB85_FRAM/workflows/Format/badge.svg)](https://github.com/Zanduino/MB85_FRAM/actions?query=workflow%3AFormat) [![Wiki](https://zanduino.github.io/Badges/Documentation-Badge.svg)](https://github.com/Zanduino/MB85_FRAM/wiki) [![Doxygen](https://github.com/Zanduino/MB85_FRAM/workflows/Doxygen/badge.svg)](https://Zanduino.github.io/MB85_FRAM/html/index.html) [![arduino-library-badge](https://www.ardu-badge.com/badge/MB85_FRAM.svg?)](https://www.ardu-badge.com/MB85_FRAM)
# Fujitsu MB85nnn FRAM memories<br>
<img src="https://github.com/Zanduino/MB85_FRAM/blob/master/Images/MB85Breakout.jpg" width="175" align="right"/> *Arduino* library which defines methods for accessing most of the Fujitsu MB85nnn family FRAM memories. The library allows efficient reading from and writing to [Fujitsu FRAM](http://www.fujitsu.com/global/products/devices/semiconductor/memory/fram/overview/features/index.html) memories using I2C and allowing use of objects such as arrays or structures in addition to writing single bytes at a time. The FRAM memory has several advantages over conventional SRAM in that it allows at least 10 trillion read/write cycles which means that the programmer doesn't have to worry about heavy use of FRAM for changing data. The FRAM is 5V tolerant and there is an [Adafruit breakout](https://www.adafruit.com/product/1895) available.
Up to 8 devices can be put on an I2C and the library allows several memories to be treated as one large contiguous memory. The following memories are supported:

Expand Down

0 comments on commit 37a64dc

Please sign in to comment.