Files
aqhomecontrol/avr/modules/uart_hw/README
Martin Preuss 2acd25e805 added README.
2025-05-24 17:25:14 +02:00

8 lines
290 B
Plaintext

This folder contains multiple backends for hardware UART as provided by some AVR devices.
uart.asm: simple UART code blocking for receiption and transmission
net_uart.asm: glue to connect NET interface to uart.asm
uses interrupt for ATTN line, no other interrupts used