Skip to content

Commit aada9f6

Browse files
committed
updated mem cap comments
1 parent 2dd2335 commit aada9f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arduino-arcs.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
#define ROTARY True
6565

6666
// Memories?
67-
#define MEMORIES True // 82 Mems for the ATMega32 & 40 for the ATMega168
67+
#define MEMORIES True // limited to 100 mems
68+
// in some arduino boards can be less.
6869

6970
// if you want a headless control unit just uncomment this line below and
7071
// you will get no LCD / buttons / rotary / memory; only CAT control
@@ -111,7 +112,7 @@
111112
// by commenting the following code
112113
#ifndef NOLCD
113114
#define SMETER True
114-
#endif
115+
#endif
115116

116117
// default (non optional) libraries loading
117118
#include <EEPROM.h> // default

0 commit comments

Comments
 (0)