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