Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DHT11 LPS22HB LSM6DSL VL53L0X
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
Generated on Thu Jul 14 2022 07:12:42 by
1.7.2