From 003f53b0b7e8fe8ffa99d7bb4d70f8f21ee18101 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 11 Jul 2025 23:25:19 +0200 Subject: [PATCH] added READMEs --- avr/devices/r04/README | 13 +++++++++++++ avr/devices/r05/README | 13 +++++++++++++ avr/devices/t03/README | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/avr/devices/r04/README b/avr/devices/r04/README index e69de29..388a291 100644 --- a/avr/devices/r04/README +++ b/avr/devices/r04/README @@ -0,0 +1,13 @@ + +R04 +=== + +- Role: Router +- MCU: AtTiny841 +- Connection: RJ45 +- Predecessor: none +- UART: comonuart0 (uart_hw2), comonuart1 (uart_hw2) +- Periphery: + - OWI interface + - DS18B20 temperature sensor + diff --git a/avr/devices/r05/README b/avr/devices/r05/README index e69de29..004d17a 100644 --- a/avr/devices/r05/README +++ b/avr/devices/r05/README @@ -0,0 +1,13 @@ + +R05 +=== + +- Role: Router +- MCU: AtTiny841 +- Connection: RJ45 +- Predecessor: R04 +- UART: comonuart0 (uart_hw2), comonuart1 (uart_hw2) +- Periphery: + - OWI interface + - DS18B20 temperature sensor + diff --git a/avr/devices/t03/README b/avr/devices/t03/README index e69de29..58c57bc 100644 --- a/avr/devices/t03/README +++ b/avr/devices/t03/README @@ -0,0 +1,13 @@ + +T03 +=== + +- Role: COM-PC-Interface +- MCU: AtTiny841 +- Connection: RJ45 +- Predecessor: none +- UART: comonuart0 (uart_hw2), ttyonuart1 (uart_hw) +- Periphery: + - OWI interface + - DS18B20 temperature sensor +