User Manual

For details on using the static content references in resources.h, see the appropriate section in
the AdafruitHTTPServer (https://adafru.it/qoE) classes documentation.
#ifndef _RESOURCE_H_
#define _RESOURCE_H_
/* Auto-generated by pyresource. Do not edit this file. */
#include "http_common.h"
#include "_d3_min_js.h"
#include "favicon_ico.h"
#include "index_html.h"
/* HTTPPage collection from generated headers
HTTPPage("/d3.min.js", HTTP_MIME_JAVASCRIPT, &_d3_min_js),
HTTPPage("/favicon.ico", HTTP_MIME_IMAGE_MICROSOFT, &favicon_ico),
HTTPPage("/index.html", HTTP_MIME_TEXT_HTML, &index_html),
*/
#endif /* ifndef _RESOURCE_H_ */
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 165 of 202