Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Classes | Functions | Variables
hal::usart Namespace Reference

Classes

class  USART
 

Functions

constexpr uint16_t UART_BAUD_SELECT (uint32_t baudRate, uint32_t xtalCpu)
 

Variables

USART usart1 (USART1)
 beware - normally we'd make a singleton, but avr-gcc generates suboptimal code for them, therefore we only keep this extern variable
 

Detailed Description

USART interface @TODO decide, if this class will behave like a singleton, or there will be multiple classes for >1 USART interfaces