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.
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__
Generated on Wed Jul 13 2022 05:40:26 by
1.7.2