Skip to content

Commit eefb837

Browse files
SV-ZanshinSV-Zanshin
SV-Zanshin
authored and
SV-Zanshin
committed
Added Travis-CI linke
Issue #4
1 parent e96f286 commit eefb837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fujitsu MB85nnn Family of FRAM memories
1+
# Fujitsu MB85nnn Family of FRAM memories [![Build Status](https://travis-ci.org/SV-Zanshin/MB85_FRAM.svg?branch=master)](https://travis-ci.org/SV-Zanshin/MB85_FRAM) [![DOI](https://www.zenodo.org/badge/101576520.svg)](https://www.zenodo.org/badge/latestdoi/101576520)
22
<img src="https://github.com/SV-Zanshin/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.
33
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:
44

@@ -32,6 +32,4 @@ Up to 8 devices can be put on an I2C and the library allows several memories to
3232

3333
See the [Wiki pages](https://github.com/SV-Zanshin/MB85_FRAM/wiki) for details of the class and the variables / functions accessible in it.
3434

35-
[![DOI](https://www.zenodo.org/badge/101576520.svg)](https://www.zenodo.org/badge/latestdoi/101576520)
36-
3735
![Zanshin Logo](https://www.sv-zanshin.com/r/images/site/gif/zanshinkanjitiny.gif) <img src="https://www.sv-zanshin.com/r/images/site/gif/zanshintext.gif" width="75"/>

0 commit comments

Comments
 (0)