From 2a549be57adc34eb2b370b97041119de6e153d39 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Sat, 3 Aug 2013 13:25:54 -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.