Correct preprocessor logic to avoid data gap on the Mega.

Fixes issue #14 where I copied the preprocessor logic from a different
Mega related check and didn't fix up the elif.  So samples from 512 -
1023 were always zero on the Mega.
Update to v0.12
This commit is contained in:
Andrew Gillham
2013-09-06 09:54:41 -07:00
parent 2a549be57a
commit 9c83897b9b
4 changed files with 9 additions and 7 deletions

2
README
View File

@@ -60,5 +60,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.11 August 3, 2013.
Release: v0.12 September 6, 2013.