Revert to PORTB (Arduino pins 8-13) and make PORTD a configuration option.

Triggers are more reliable on PORTB.  I am working on fixing triggers
on PORTD, but I'm setting this back to original behavior (with a
#define USE_PORTD available) so this isn't broken for triggering.
This commit is contained in:
Andrew Gillham
2013-06-22 11:17:06 -07:00
parent 240ebc134c
commit dc3d85abf7
2 changed files with 66 additions and 8 deletions

6
README
View File

@@ -1,8 +1,8 @@
SUMP compatible logic analyzer for Arduino
==========================================
NOTE: v0.08 switches the channels to pins 2-7 NOT 8-13 any longer.
Please report any issues. For old behavior use v0.07.
NOTE: NOTE: v0.09 switches the channels BACK to pins 8-13 for trigger reliability.
Please report any issues. Uncomment USE_PORTD for pins 2-7.
This Arduino sketch implements a SUMP protocol compatible with the standard
SUMP client as well as the alternative client from here:
@@ -54,5 +54,5 @@ Please try it out and report back.
This master branch now supports Arduino 1.0 only.
Checkout branch logic_analyzer_v0_5 for Arduino 22 support.
Release: v0.08 February 8, 2013.
Release: v0.09 June 22, 2013.