Library to pull unique device ID from CPU chip. functions to load into a string that can be used in IoT access point ID and another to send the ID back on serial port. Tested on KL46Z but should work on STM and others by changing address where ID is located.

Dependents:   stm32_print_unique_serial_number_copy bcsdk bcsdk bcsdk-sdchain

Revision:
2:08766dc8051a
Parent:
0:b9461291f915
--- a/uniqueCPUID.cpp	Fri Mar 11 03:24:53 2016 +0000
+++ b/uniqueCPUID.cpp	Wed Mar 30 14:49:03 2016 +0000
@@ -1,7 +1,12 @@
 #include "mbed.h"
 #include "uniqueCPUID.h"
 
-
+/*
+  By Joseph Ellsworth CTO of A2WH
+  Take a look at A2WH.com Producing Water from Air using Solar Energy
+  March-2016 License: https://developer.mbed.org/handbook/MIT-Licence 
+  Please contact us http://a2wh.com for help with custom design projects.
+*/
 
 void getUniqueIDAsStr(char *destStr)
 {