Kaori Watanabe / Mbed OS Project

Dependencies:   DHT11 LPS22HB LSM6DSL VL53L0X

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ThingSpeak.h Source File

ThingSpeak.h

00001 #ifndef TS_H
00002 #define TS_H
00003 
00004 
00005 #include "TCPSocket.h"
00006 #include "ISM43362Interface.h"
00007 
00008 /* Interface setting */
00009 ISM43362Interface wifi(false);//MBED_CONF_APP_WIFI_SPI_MOSI, MBED_CONF_APP_WIFI_SPI_MISO, MBED_CONF_APP_WIFI_SPI_SCLK, MBED_CONF_APP_WIFI_SPI_NSS, MBED_CONF_APP_WIFI_RESET, MBED_CONF_APP_WIFI_DATAREADY, MBED_CONF_APP_WIFI_WAKEUP, false);
00010 
00011 /* Functions */
00012 const char *sec2str(nsapi_security_t sec);
00013 int scan_demo(WiFiInterface *wifi);
00014 void send_values(char* urlBuffer);
00015 
00016 
00017 #endif