
DisplayApp-Base
Dependencies: mbed-os-lychee DisplayApp_Base
Revision 3:6289f0adb6c9, committed 2018-11-16
- Comitter:
- yagyag
- Date:
- Fri Nov 16 08:16:08 2018 +0000
- Parent:
- 2:cd21785b6654
- Child:
- 4:b75d4cd51099
- Commit message:
- ???
Changed in this revision
DisplayApp.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DisplayApp.lib Fri Nov 09 04:32:15 2018 +0000 +++ b/DisplayApp.lib Fri Nov 16 08:16:08 2018 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/yagyag/code/DisplayApp/#3bb202b0ce01 +https://os.mbed.com/users/yagyag/code/DisplayApp_ticker/#99022c278aa1
--- 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; } }