File SoftwareSerial.h
FileList > api > SoftwareSerial > SoftwareSerial.h
Go to the source code of this file.
#include <Arduino.h>
#include <api/HardwareSerial.h>
#include <api/RingBuffer.h>
Classes
Type | Name |
---|---|
struct | SoftData |
struct | SoftSerial |
class | SoftwareSerial |
Public Types
Type | Name |
---|---|
enum | SoftState |
Public Types Documentation
enum SoftState
enum SoftState {
SS_IDLE = 0,
SS_START,
SS_DATA0,
SS_DATA1,
SS_DATA2,
SS_DATA3,
SS_DATA4,
SS_DATA5,
SS_DATA6,
SS_DATA7,
SS_STOP,
SS_END
};
The documentation for this class was generated from the following file cores/common/arduino/libraries/api/SoftwareSerial/SoftwareSerial.h