A ferroelectric random access memory or F-RAM is nonvolatile and performs reads and writes similar to a RAM.

Dependents:   Memoria

Revision:
1:b9f6d029c760
Parent:
0:e4b7a2f63736
--- a/FM24V10.cpp	Tue Feb 03 19:56:43 2015 +0000
+++ b/FM24V10.cpp	Tue Mar 08 22:59:15 2016 +0000
@@ -2,11 +2,6 @@
 
 // A1 pin ground == false
 // A2 pin ground == false
-FM24V10::FM24V10(PinName sda, PinName scl, bool A1, bool A2): _i2c_bus(sda,scl)
-{
-    _speed = FREQUENCY_FULL;
-    Init(A1, A2);
-}
 
 FM24V10::FM24V10(PinName sda, PinName scl, bool A1, bool A2, SPEED_MODE speed): _i2c_bus(sda,scl)
 {