mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 23:53:02 +03:00
Fix sketch size for ATmega168
Automatically skip the inline2MHz sample rate on an ATmega168 based Arduino. 4MHz will still work fine and the sketch will fit (10kB instead of 16kB+)
This commit is contained in:
2
README
2
README
@@ -21,7 +21,7 @@ Pins 22-29 (Port A) are used by default.
|
||||
To use this with the original or alternative SUMP clients,
|
||||
use these settings:
|
||||
|
||||
Sampling rate: 4MHz (or lower)
|
||||
Sampling rate: 4MHz (or lower) (no 2MHz on ATmega168)
|
||||
Channel Groups: 0 (zero) only
|
||||
Recording Size:
|
||||
ATmega168: 532 (or lower)
|
||||
|
||||
Reference in New Issue
Block a user