mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-06 05:45:28 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f81002bde | ||
|
|
fb3aca55a0 | ||
|
|
851b7e0735 |
2
README
2
README
@@ -51,5 +51,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.06 November 4, 2011.
|
||||
Release: v0.07 February 8, 2013.
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
* until after the trigger fires.
|
||||
* Please try it out and report back.
|
||||
*
|
||||
* Release: v0.06 November 4, 2011.
|
||||
* Release: v0.07 February 8, 2013.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -785,6 +785,14 @@ void get_metadata() {
|
||||
Serial.write('0');
|
||||
Serial.write((uint8_t)0x00);
|
||||
|
||||
/* firmware version */
|
||||
Serial.write((uint8_t)0x02);
|
||||
Serial.write('0');
|
||||
Serial.write('.');
|
||||
Serial.write('0');
|
||||
Serial.write('7');
|
||||
Serial.write((uint8_t)0x00);
|
||||
|
||||
/* sample memory */
|
||||
Serial.write((uint8_t)0x21);
|
||||
Serial.write((uint8_t)0x00);
|
||||
|
||||
Reference in New Issue
Block a user