mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-02 08:35:21 +03:00
Update to v0.08 and add note about channels changes.
This commit is contained in:
5
README
5
README
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user