mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 23:53:02 +03:00
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:
6
README
6
README
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user