|
tinyhttp
|
We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;
More...
#include <AltStream.h>
Public Member Functions | |
| virtual void | begin (int speed) |
| virtual void | flush () |
| virtual void | print (const char *str) |
| virtual void | print (int str) |
| virtual void | println (const char *str="") |
| virtual void | println (int str) |
| virtual void | write (const char *str, int len) |
| virtual void | write (uint8_t *str, int len) |
We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;
Implements tinyhttp::Stream.
Implements tinyhttp::Stream.
Implements tinyhttp::Stream.
Implements tinyhttp::Stream.
Implements tinyhttp::Stream.