tinyhttp
Public Member Functions | List of all members
tinyhttp::SerialDef Class Reference

We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;
More...

#include <AltStream.h>

Inheritance diagram for tinyhttp::SerialDef:
tinyhttp::Stream

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)
 

Detailed Description

We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;


The documentation for this class was generated from the following file: