From 0a40fdb2ac4be04ddcf5c9be4dc3044ed1f775c9 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Sat, 22 Jun 2013 11:33:29 -0700 Subject: [PATCH] Update comment to reflect that PORTD seems to work, but needs testing. I'm still working on PORTD triggers. I'm not yet satisfied they are working 100% correctly. --- logic_analyzer.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic_analyzer.ino b/logic_analyzer.ino index d7f44c0..4dfdd12 100644 --- a/logic_analyzer.ino +++ b/logic_analyzer.ino @@ -100,8 +100,8 @@ void debugdump(void); /* - * Should we use PORTD? (default is PORTB) - * PORTD support, especially for triggers is a bit broken. + * Should we use PORTD or PORTB? (default is PORTB) + * PORTD support with triggers seems to work but needs more testing. */ //#define USE_PORTD 1