![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
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__) |
this file contains the SoftwareSerial class
Last Updated:
Definition in file eagle_SoftwareSerial.h.
| #define _SS_MAX_RX_BUFF 64 |
Definition at line 16 of file eagle_SoftwareSerial.h.
| #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) |
Definition at line 18 of file eagle_SoftwareSerial.h.