Arduino Libraries
|
#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 |
#define lazyswitch | ( | X | ) | else if(baud == X) {cfsetospeed(&tio, B##X);cfsetispeed(&tio, B##X);} |
serial_class Serial |