eBoard ①⑧⑨
Written for SIA 2017/2018
eagle_SoftwareSerial.h File Reference

this file contains the SoftwareSerial class More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eagle_impl::SoftwareSerial
 [328p] This is used to avoid path resolving issues and defines the common known Arduino SoftwareSerial interface only enabled on UNO and NANO (specific, ATmega328P based-plattforms)
        Don't use manually More...
 

Namespaces

 eagle_impl
 this namespace contains all the don't use manually classes ;)
 

Macros

#define _SS_MAX_RX_BUFF   64
 
#define GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
 

Detailed Description

this file contains the SoftwareSerial class

Last Updated:

Version
3.2.26a

Definition in file eagle_SoftwareSerial.h.

Macro Definition Documentation

◆ _SS_MAX_RX_BUFF

#define _SS_MAX_RX_BUFF   64

Definition at line 16 of file eagle_SoftwareSerial.h.

◆ GCC_VERSION

#define GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)

Definition at line 18 of file eagle_SoftwareSerial.h.