Module bitbang_hal::serial

source ·
Expand description

Serial communication (USART)

This implementation consumes the following hardware resources:

  • Periodic timer to mark clock cycles
  • Output GPIO pin for transmission (TX)
  • Input GPIO pin for reception (RX)

The timer must be configured to twice the desired communication frequency.

Structs§

  • Bit banging serial communication (USART) device

Enums§

  • Serial communication error type