From 8e7a7805778a60f0f6600dfeca9c733639c3bc09 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Sat, 3 Aug 2013 13:26:44 -0700 Subject: [PATCH] Tweak README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8775803..a34bd23 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ SUMP compatible logic analyzer for Arduino NOTE: With v0.11 you can now sample at 4MHz & 2MHz rates in addition to the previous 1MHz and lower rates. This is done via unrolled loops which - makes the source code huge but also the binary takes much more of the flash. + makes the source code huge and the binary takes much more of the flash. v0.11 is just slightly to big for an ATmega168's flash. You can comment out either captureInline2mhz() or captureInline4mhz() and it will fit.