From 1c8e9134bf771f13dd7857ff0396909a1a56c826 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 12 Sep 2025 15:07:14 +0200 Subject: [PATCH] com2wi2: added some comments --- avr/modules/com2w/com2wi2.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/avr/modules/com2w/com2wi2.asm b/avr/modules/com2w/com2wi2.asm index 18354c3..fa8f082 100644 --- a/avr/modules/com2w/com2wi2.asm +++ b/avr/modules/com2w/com2wi2.asm @@ -8,6 +8,10 @@ ; *************************************************************************** ; work in progress! +; writing works +; reading works on 1st device +; reading on 2nd device doesn't work + #ifndef AVR_MODULES_COM2W_COM2WI_H #define AVR_MODULES_COM2W_COM2WI_H