Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Variables
std_serial.hpp File Reference
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <string.h>
#include "color.hpp"

Go to the source code of this file.

Classes

class  serial_class
 

Macros

#define lazyswitch(X)   else if(baud == X) {cfsetospeed(&tio, B##X);cfsetispeed(&tio, B##X);}
 

Variables

serial_class Serial
 

Macro Definition Documentation

#define lazyswitch (   X)    else if(baud == X) {cfsetospeed(&tio, B##X);cfsetispeed(&tio, B##X);}

Variable Documentation

serial_class Serial