mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 23:53:02 +03:00
Add support for the Arduino Duemilanove (ATmega186)
The maximum recording size is 532 for this ATmega186-20PU.
This commit is contained in:
5
README
5
README
@@ -36,7 +36,10 @@ use these settings:
|
||||
|
||||
Sampling rate: 1MHz (or lower)
|
||||
Channel Groups: 0 (zero) only
|
||||
Recording Size: 1024 (or lower), 7168 (or lower) for the Arduino Mega
|
||||
Recording Size:
|
||||
ATmega186: 532 (or lower)
|
||||
ATmega328: 1024 (or lower)
|
||||
ATmega2560: 7168 (or lower)
|
||||
Noise Filter: doesn't matter
|
||||
RLE: disabled (unchecked)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user