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

Committer:
pryd
Date:
Thu Dec 10 12:42:55 2015 +0000
Revision:
9:74e00a8d537f
Parent:
3:3b3517e9fa11
bugfixes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pryd 3:3b3517e9fa11 1 #ifndef PALETTES_H
pryd 3:3b3517e9fa11 2 #define PALETTES_H
pryd 3:3b3517e9fa11 3
pryd 3:3b3517e9fa11 4 extern const int colormap_rainbow[];
pryd 3:3b3517e9fa11 5 extern const int colormap_grayscale[];
pryd 3:3b3517e9fa11 6 extern const int colormap_ironblack[];
pryd 3:3b3517e9fa11 7
pryd 3:3b3517e9fa11 8 #endif