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:
1:fcfdd41f22a7
Parent:
0:291e05a4e8e9
Child:
2:a0eb7bff9571
--- a/main.cpp	Wed Dec 09 09:24:22 2015 +0000
+++ b/main.cpp	Wed Dec 09 10:32:36 2015 +0100
@@ -6,6 +6,8 @@
 SPI lepton_spi(SPI_MOSI, SPI_MISO, SPI_SCK);
 DigitalOut spi_cs(SPI_CS);
 
+static uint8_t lepton_frame[VOSPI_FRAME_SIZE];
+static uint16_t lepton_image[80][80];
 
 int main()
 {