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:
Wed Dec 09 10:18:24 2015 +0000
Revision:
3:3b3517e9fa11
builds

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