Deluge Firmware
Loading...
Searching...
No Matches
Namespaces | Functions
uart.h File Reference
#include "r_typedefs.h"
Include dependency graph for uart.h:

Go to the source code of this file.

Namespaces

namespace  Uart
 

Functions

void Uart::setBaudRate (uint8_t scifID, uint32_t baudRate)
 
void Uart::print (char const *output)
 
void Uart::println (char const *output)
 
void Uart::println (int32_t number)
 
void Uart::printlnfloat (float number)
 
void Uart::printfloat (float number)
 
void Uart::print (int32_t number)
 
unsigned int Uart::getTxBufferFullness (uint8_t scifID)