test public

Dependencies:   HttpServer_snapshot_mbed-os

Committer:
anhtran
Date:
Fri Oct 18 03:09:43 2019 +0000
Revision:
0:e9fd5575b10e
abc

Who changed what in which revision?

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