Web Camera for mbed-os. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependencies:   HttpServer_snapshot_mbed-os LWIPBP3595Interface_STA_for_mbed-os RomRamBlockDevice mbed-rpc

Fork of GR-Boards_WebCamera by Renesas

このサンプルは 「GR-LYCHEE」ではじめる電子工作 で紹介しています。
出版時と内容が異ならないよう、各ライブラリはアップデートせずに使用してください。

このサンプルの最新バージョンは下記から入手できます。最新バージョンは本の内容と一部処理が異なります。
https://github.com/d-kato/GR-Boards_WebCamera

Revision:
4:487e6c5bea1e
Parent:
2:82a6d79d05f0
Child:
5:34d84609dd60
--- a/main.cpp	Thu Oct 15 01:29:26 2015 +0000
+++ b/main.cpp	Tue Oct 20 06:28:50 2015 +0000
@@ -1,3 +1,6 @@
+#if defined(__CC_ARM)
+#pragma Ospace
+#endif
 #include "mbed.h"
 #include "DisplayBace.h"
 #include "rtos.h"