Patrik Ryd / DISCO-F746NG_lepton

Dependencies:   mbed-src BSP_DISCO_F746NG LCD_DISCO_F746NG

Files at this revision

API Documentation at this revision

Comitter:
Patrik Ryd
Date:
Wed Dec 09 10:32:36 2015 +0100
Parent:
0:291e05a4e8e9
Child:
2:a0eb7bff9571
Commit message:
A small change to get to know hg

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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()
 {