From c6fdc94a467a173e2e26553a501522f24008206a Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 26 Apr 2026 12:48:25 +0200 Subject: [PATCH] avr: minor changes. --- avr/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avr/README b/avr/README index 480bdc7..0ec818c 100644 --- a/avr/README +++ b/avr/README @@ -2,8 +2,8 @@ AqHome Node Base System ======================= -This is a very simple base system for AVR devices like ATtiny and ATmega MCUs written in -pure AVR assembler. +This is a very simple base system especially for old AVR devices like ATtiny and ATmega MCUs +written in pure AVR assembler. It doesn't use administration objects in RAM, it just defines some routine calls which have to be added into the system to add new drivers and modules. @@ -26,7 +26,7 @@ Currently supported (and in use) are: A full system consists of these elements: -- device main app (main device code provided by the user providing full control to the developer) +- device main app (main device code provided by the user allowing full control by the developer) - modules (basically drivers implementing support for hardware devices like sensors or displays) - apps (internal apps combining and extending functionality of driver modules)