Update to v0.08 and add note about channels changes.

This commit is contained in:
Andrew Gillham
2013-02-08 17:06:23 -08:00
parent 396a3ccfa5
commit 240ebc134c
2 changed files with 8 additions and 2 deletions

5
README
View File

@@ -1,6 +1,9 @@
SUMP compatible logic analyzer for Arduino 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 This Arduino sketch implements a SUMP protocol compatible with the standard
SUMP client as well as the alternative client from here: SUMP client as well as the alternative client from here:
http://www.lxtreme.nl/ols/ 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. This master branch now supports Arduino 1.0 only.
Checkout branch logic_analyzer_v0_5 for Arduino 22 support. Checkout branch logic_analyzer_v0_5 for Arduino 22 support.
Release: v0.07 February 8, 2013. Release: v0.08 February 8, 2013.

View File

@@ -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 * This Arduino sketch implements a SUMP protocol compatible with the standard
* SUMP client as well as the alternative client from here: * SUMP client as well as the alternative client from here:
* http://www.lxtreme.nl/ols/ * http://www.lxtreme.nl/ols/
@@ -818,7 +821,7 @@ void get_metadata() {
Serial.write('0'); Serial.write('0');
Serial.write('.'); Serial.write('.');
Serial.write('0'); Serial.write('0');
Serial.write('7'); Serial.write('8');
Serial.write((uint8_t)0x00); Serial.write((uint8_t)0x00);
/* sample memory */ /* sample memory */