LPC11U24 internal EEPROM

Dependents:   ver1_2_2_1

Files at this revision

API Documentation at this revision

Comitter:
okini3939
Date:
Sat Aug 04 11:42:27 2012 +0000
Parent:
0:c32514e75196
Commit message:
note

Changed in this revision

eeprom.cpp Show annotated file Show diff for this revision Revisions of this file
eeprom.h Show annotated file Show diff for this revision Revisions of this file
diff -r c32514e75196 -r 724b44e46ecf eeprom.cpp
--- a/eeprom.cpp	Sat Aug 04 11:36:21 2012 +0000
+++ b/eeprom.cpp	Sat Aug 04 11:42:27 2012 +0000
@@ -1,3 +1,5 @@
+// OKANO's IAP code from
+// http://mbed.org/users/okano/notebook/iap-in-application-programming-internal-flash-eras/
 /**
  * @file
  */
diff -r c32514e75196 -r 724b44e46ecf eeprom.h
--- a/eeprom.h	Sat Aug 04 11:36:21 2012 +0000
+++ b/eeprom.h	Sat Aug 04 11:42:27 2012 +0000
@@ -1,3 +1,5 @@
+// OKANO's IAP code from
+// http://mbed.org/users/okano/notebook/iap-in-application-programming-internal-flash-eras/
 /**
  * @file
  */