this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wifi_demo.h Source File

wifi_demo.h

00001 #ifndef __WIFI_DEMO_H__
00002 #define __WIFI_DEMO_H__
00003 
00004 #ifndef __MBED_H__
00005 #define __MBED_H__
00006 #include "mbed.h"
00007 #endif
00008 
00009 #include "mbed_trace.h"
00010 #include "https_request.h"
00011 #include "http_request.h"
00012 /* List of trusted root CA certificates
00013  * currently two: GlobalSign, the CA for os.mbed.com and Let's Encrypt, the CA for httpbin.org
00014  *
00015  * To add more root certificates, just concatenate them.
00016  */
00017 #include "https_certificates.h"
00018 int wifi_demo_func(NetworkInterface* network);
00019 
00020 #endif // __WIFI_DEMO_H__