Files
aqhomecontrol/avr/modules/uart_hw
Martin Preuss 027edb9aba removed waiting time between sending messages.
now a message can be send after every interrupt.
2025-05-24 17:26:59 +02:00
..
2025-03-27 00:20:58 +01:00
2025-05-20 00:31:12 +02:00
2025-05-24 17:25:14 +02:00
2025-05-24 17:25:00 +02:00

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