Add support for the Arduino Duemilanove (ATmega186)

The maximum recording size is 532 for this ATmega186-20PU.
This commit is contained in:
Aaron Mueller
2011-10-11 19:41:22 +02:00
parent c923ff1a0c
commit 6a05cd22ea
2 changed files with 19 additions and 11 deletions

5
README
View File

@@ -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)