EmbAJAX
Simplistic framework for creating and handling displays and controls on a web page served by an embeddable device (Arduino or other microcontroller with Arduino support).
EmbAJAXOutputDriverESP8266.h
1
22
#ifndef EMBAJAXOUTPUTDRIVERESP8266_H
23
#define EMBAJAXOUTPUTDRIVERESP8266_H
24
25
#include <ESP8266WebServer.h>
26
#define EmbAJAXOutputDriverWebServerClass ESP8266WebServer
27
#include <ESP8266WiFi.h>
// Makes the examples work cross-platform; not strictly needed
28
29
// the actual implementation
30
#include "EmbAJAXOutputDriverGeneric.h"
31
32
// for compatibility with early code examples
33
#define EmbAJAXOutputDriverESP8266 EmbAJAXOutputDriver
34
35
#endif
Generated by
1.9.1