Lepton sensor on the DISCO-F746NG board. Based on the rapberry_pi example code at https://github.com/groupgets/LeptonModule

Dependencies:   mbed-src BSP_DISCO_F746NG LCD_DISCO_F746NG

Revision:
3:3b3517e9fa11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/palettes.h	Wed Dec 09 10:18:24 2015 +0000
@@ -0,0 +1,8 @@
+#ifndef PALETTES_H
+#define PALETTES_H
+
+extern const int colormap_rainbow[];
+extern const int colormap_grayscale[];
+extern const int colormap_ironblack[];
+
+#endif
\ No newline at end of file