Class SoftwareSerial
Inherits the following classes: HardwareSerial
Public Functions
| Type | Name |
|---|---|
| SoftwareSerial (pin_size_t receivePin, pin_size_t transmitPin, bool inverted=false) |
|
| int | available () |
| void | begin (unsigned long baudrate) |
| void | begin (unsigned long baudrate, uint16_t config) |
| void | end () |
| void | flush () |
| operator bool () |
|
| int | peek () |
| int | read () |
| size_t | write (uint8_t c) |
Public Functions Documentation
function SoftwareSerial
SoftwareSerial::SoftwareSerial (
pin_size_t receivePin,
pin_size_t transmitPin,
bool inverted=false
)
function available
function begin [1/2]
function begin [2/2]
function end
function flush
function operator bool
function peek
function read
function write
The documentation for this class was generated from the following file cores/common/arduino/libraries/api/SoftwareSerial/SoftwareSerial.h