FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
serial::hard Namespace Reference

Defines API types used by hardware UART features. More...

Classes

class  UART
 Hardware serial receiver/transceiver API. More...
 
class  UARX
 Hardware serial receiver API. More...
 
class  UATX
 Hardware serial transmitter API. More...
 

Detailed Description

Defines API types used by hardware UART features.

Note this API is only available to MCU that have hardware UART, such as all ATmega, but not other MCU, like ATtiny.

See also
serial::soft