Example of using extern and const to define arrays in FLASH

Dependencies:   mbed

Revision:
0:40516f44bc6b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Comic24.h	Tue Mar 06 14:15:00 2012 +0000
@@ -0,0 +1,2 @@
+// Make the array visible externally
+extern const unsigned char Comic24[];