Sample web camera program for GR-PEACH

Dependencies:   GR-PEACH_video GraphicsFramework HttpServer_snapshot_mbed-os LWIPBP3595Interface_STA_for_mbed-os R_BSP RomRamBlockDevice mbed-rpc

Committer:
tuthai
Date:
Mon Aug 07 06:43:34 2017 +0000
Revision:
2:82e09e910229
Parent:
0:4edfb8401555
Update to mbed-os 5.4.7

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tuthai 0:4edfb8401555 1 /*
tuthai 0:4edfb8401555 2 Permission is hereby granted, free of charge, to any person obtaining a copy
tuthai 0:4edfb8401555 3 of this software and associated documentation files (the "Software"), to deal
tuthai 0:4edfb8401555 4 in the Software without restriction, including without limitation the rights
tuthai 0:4edfb8401555 5 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
tuthai 0:4edfb8401555 6 copies of the Software, and to permit persons to whom the Software is
tuthai 0:4edfb8401555 7 furnished to do so, subject to the following conditions:
tuthai 0:4edfb8401555 8
tuthai 0:4edfb8401555 9 The above copyright notice and this permission notice shall be included in
tuthai 0:4edfb8401555 10 all copies or substantial portions of the Software.
tuthai 0:4edfb8401555 11
tuthai 0:4edfb8401555 12 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
tuthai 0:4edfb8401555 13 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
tuthai 0:4edfb8401555 14 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
tuthai 0:4edfb8401555 15 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
tuthai 0:4edfb8401555 16 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
tuthai 0:4edfb8401555 17 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
tuthai 0:4edfb8401555 18 THE SOFTWARE.
tuthai 0:4edfb8401555 19 */
tuthai 0:4edfb8401555 20
tuthai 0:4edfb8401555 21 #ifndef I2C_SETTING_H
tuthai 0:4edfb8401555 22 #define I2C_SETTING_H
tuthai 0:4edfb8401555 23
tuthai 0:4edfb8401555 24 #define I2C_SETTING_STR_BUF_SIZE (150)
tuthai 0:4edfb8401555 25
tuthai 0:4edfb8401555 26 extern bool i2c_setting_exe(char * buf);
tuthai 0:4edfb8401555 27
tuthai 0:4edfb8401555 28 #endif