1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Added WebServer

This commit is contained in:
mlafauci
2011-04-21 19:16:39 +02:00
parent 49912f241f
commit ca1a1d8a9d
5 changed files with 108 additions and 9 deletions

View File

@ -15,7 +15,7 @@ private:
void* pcb;
public:
Server(uint16_t);
Client available(uint8_t*);
Client available(uint8_t* status = NULL);
void begin();
virtual void write(uint8_t);
virtual void write(const char *str);