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-os-lychee DisplayApp_Base
Diff: main.cpp
- Revision:
- 3:6289f0adb6c9
- Parent:
- 2:cd21785b6654
- Child:
- 4:b75d4cd51099
--- a/main.cpp Fri Nov 09 04:32:15 2018 +0000
+++ b/main.cpp Fri Nov 16 08:16:08 2018 +0000
@@ -47,7 +47,6 @@
static int sendCnt = 0; //画像データを送信した回数
DigitalOut led1(LED1);
DigitalOut led2(LED2);
-FATFileSystem Lf("storage");
static void incrementInterCnt()
@@ -80,7 +79,6 @@
sendCnt = interCnt;
//撮影した画像データ(JPEG)をPCにUSBシリアル通信で転送
display_app.SendJpeg(JpegBuffer_Send, (uint32_t)jcu_encode_size[jcu_buf_index_read]);
- //display_app.SendJpeg(JpegBuffer[jcu_buf_index_read], (int)jcu_encode_size[jcu_buf_index_read]);
led2 = !led2;
}
}