![]() |
LightHub
v4.0.0
Smarthome controller firmware
|
#include <streamlog.h>
Public Member Functions | |
| Streamlog (SerialPortType *_serialPort, uint8_t _severity=LOG_DEBUG, uint8_t _ledPattern=0) | |
| void | begin (unsigned long speed) |
| void | end () |
| int | available (void) |
| int | peek (void) |
| int | read (void) |
| void | flush (void) |
| size_t | write (uint8_t ch) |
| operator bool () | |
| Streamlog::Streamlog | ( | SerialPortType * | _serialPort, |
| uint8_t | _severity = LOG_DEBUG, |
||
| uint8_t | _ledPattern = 0 |
||
| ) |
| int Streamlog::available | ( | void | ) |
| void Streamlog::begin | ( | unsigned long | speed | ) |
| void Streamlog::end | ( | ) |
| void Streamlog::flush | ( | void | ) |
|
inline |
| int Streamlog::peek | ( | void | ) |
| int Streamlog::read | ( | void | ) |
| size_t Streamlog::write | ( | uint8_t | ch | ) |