Sample program for communicating with Fujitsuu IoT Platform using HTTP

Dependencies:   AsciiFont GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP USBHost_custom easy-connect-gr-peach mbed-http picojson BM1383GLV KX022 rohm-sensor-hal rohm-bh1745

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers select-demo.h Source File

select-demo.h

00001 #ifndef _SELECT_METHOD_H_
00002 #define _SELECT_METHOD_H_
00003 
00004 #define         DEMO_HTTP                   1
00005 #define         DEMO_HTTPS                  3
00006 
00007 #define         DEMO            DEMO_HTTP
00008 
00009 #endif // _SELECT_METHOD_H_
00010