Prusa MINI Firmware overview
|
#include <SoftwareSerial.h>
Public Member Functions | |
SoftwareSerial (int8_t RX_pin, int8_t TX_pin) | |
void | begin (const uint32_t baudrate) |
bool | available () |
uint8_t | read () |
uint16_t | write (uint8_t byte) |
void | flush () |
void | listen () |
void | stopListening () |
Protected Attributes | |
bool | listening |
SoftwareSerial::SoftwareSerial | ( | int8_t | RX_pin, |
int8_t | TX_pin | ||
) |
bool SoftwareSerial::available | ( | ) |
uint8_t SoftwareSerial::read | ( | ) |
uint16_t SoftwareSerial::write | ( | uint8_t | byte | ) |
void SoftwareSerial::flush | ( | ) |
void SoftwareSerial::listen | ( | ) |
void SoftwareSerial::stopListening | ( | ) |
|
protected |