nrf_stream.hpp
Go to the documentation of this file.
Definition: nrf_stream.hpp:44
Provides a 'char' device base class functionality for stream oriented char devices.
bool putChar(char out, unsigned int timeout=portMAX_DELAY)
Definition: nrf_stream.cpp:63
Definition: char_dev.hpp:43
bool getChar(char *pInputChar, unsigned int timeout=portMAX_DELAY)
Definition: nrf_stream.cpp:44
bool flush(void)
Flush all buffered data or send any pending data immediately.
Definition: nrf_stream.cpp:80
Definition: singleton_template.hpp:55
This provides simplified way to send/receive data from Nordic wireless chip. ALL WIRELESS DATA should...