From 240ebc134c646105af8f4eb6b93c53b355bc2834 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Fri, 8 Feb 2013 17:06:23 -0800 Subject: [PATCH] Update to v0.08 and add note about channels changes. --- README | 5 ++++- logic_analyzer.ino | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 3f09a06..bd01286 100644 --- a/README +++ b/README @@ -1,6 +1,9 @@ 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. + This Arduino sketch implements a SUMP protocol compatible with the standard SUMP client as well as the alternative client from here: http://www.lxtreme.nl/ols/ @@ -51,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.07 February 8, 2013. +Release: v0.08 February 8, 2013. diff --git a/logic_analyzer.ino b/logic_analyzer.ino index 339d235..7651d03 100644 --- a/logic_analyzer.ino +++ b/logic_analyzer.ino @@ -30,6 +30,9 @@ */ /* + * 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. + * * This Arduino sketch implements a SUMP protocol compatible with the standard * SUMP client as well as the alternative client from here: * http://www.lxtreme.nl/ols/ @@ -818,7 +821,7 @@ void get_metadata() { Serial.write('0'); Serial.write('.'); Serial.write('0'); - Serial.write('7'); + Serial.write('8'); Serial.write((uint8_t)0x00); /* sample memory */