Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-src BSP_DISCO_F746NG LCD_DISCO_F746NG
Revision 1:fcfdd41f22a7, committed 2015-12-09
- 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()
{