Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
46:fe8ca451abcb
Parent:
43:c7d6d62abc14
Child:
47:e7d395119a63
--- a/main.cpp	Wed Dec 10 09:38:19 2014 +0000
+++ b/main.cpp	Wed Dec 10 09:42:12 2014 +0000
@@ -2,8 +2,8 @@
  *  Sample of ISP operation for NXP MCUs
  *
  *  @author  Tedd OKANO
- *  @version 1.0
- *  @date    Oct-2011
+ *  @version 1.1
+ *  @date    Dec-2014
  *
  *  This program programs MCU flash memory through UART. It uses
  *  "In-System Programming (ISP)" interface in target MCU (NXP LPC micro-
@@ -17,7 +17,7 @@
  *  (This program not just copies the binary but also insert 4 byte checksum at
  *  address 0x1C.)
  *
- *  This program supports LPC1114, LPC81x and LPC82x.
+ *  This program supports LPC1114, LPC81x, LPC82x and LPC1768/1769.
  */
 
 #include    "mbed.h"