uart0.hpp
Go to the documentation of this file.
bool putChar(char out, unsigned int timeout=portMAX_DELAY)
Definition: uart_dev.cpp:50
bool getChar(char *pInputChar, unsigned int timeout=portMAX_DELAY)
Definition: uart_dev.cpp:31
Provides UART Base class functionality for UART peripherals.
static Uart0 & getInstance()
Public member to get instance of this SINGLETON class.
Each real time kernel port consists of three files that contain the core kernel components and are common to every and one or more files that are specific to a particular microcontroller and or compiler The FreeRTOS Source directory contains the three files that are common to every port list c
Definition: readme.txt:2
Definition: uart0.hpp:39
Definition: uart_dev.hpp:61
Definition: singleton_template.hpp:55