TwiceAsNice  2019-02-18
Classes | Macros
arduino.h File Reference
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <termios.h>
#include <string>
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
Include dependency graph for arduino.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Arduino
 

Macros

#define ARDUINO_DEFAULT_BAUD   19200
 
#define ARDUINO_DIGITAL_PINS   0x0E
 
#define ARDUINO_ANALOG   PINS 0x16
 
#define ARDUINO_N_PORTS   0x03
 
#define ARDUINO_DIG_PORTS   0x03
 
#define ARDUINO_ANALOG_PORT   0x02
 
#define ARDUINO_HIGH   0x01
 
#define ARDUINO_LOW   0x00
 
#define ARDUINO_MAX_DATA_BYTES   256
 

Macro Definition Documentation

◆ ARDUINO_ANALOG

#define ARDUINO_ANALOG   PINS 0x16

◆ ARDUINO_ANALOG_PORT

#define ARDUINO_ANALOG_PORT   0x02

◆ ARDUINO_DEFAULT_BAUD

#define ARDUINO_DEFAULT_BAUD   19200

◆ ARDUINO_DIG_PORTS

#define ARDUINO_DIG_PORTS   0x03

◆ ARDUINO_DIGITAL_PINS

#define ARDUINO_DIGITAL_PINS   0x0E

◆ ARDUINO_HIGH

#define ARDUINO_HIGH   0x01

◆ ARDUINO_LOW

#define ARDUINO_LOW   0x00

◆ ARDUINO_MAX_DATA_BYTES

#define ARDUINO_MAX_DATA_BYTES   256

◆ ARDUINO_N_PORTS

#define ARDUINO_N_PORTS   0x03