Renamed read and write functions so they speak for them selves and do no longer recursively call themselves, causing hangs. Also changed the way they return values. and added double and string handling.

Revision:
1:b90c5754d8db
Parent:
0:dac961a38be5
--- a/EEPROM.cpp	Wed Nov 23 16:27:46 2016 +0000
+++ b/EEPROM.cpp	Wed Nov 23 16:28:46 2016 +0000
@@ -25,8 +25,9 @@
 Jack: Many thanks Bernard!
 
 Changed a lot of things by Jack Berkhout 23-11-2016
-- renamed read and write functions, so they speak for them selves and do no longer
-recursivily call themselves, causing hangs
+- Renamed read and write functions so they speak for them selves and do no longer
+recursively call themselves, causing hangs.
+- Also changed the way they return values. and added double and string handling.
 
 ************************************************************/
 #include "EEPROM.h"