Running out RAM - Noob question #1006
Closed
klausnielsen
started this conversation in
General
Replies: 2 comments
-
You have to change the values in the Settings.hpp file in your Control Surface installation (inside of the ~/Arduino/libraries folder). Defining those macros inside of the sketch cannot have any effect. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hey - it worked! :) thanks a bunch now I might just be able to squeeze the sketch on to a Nano :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone - Hello Pieter
I'm learning to use your super cool library. Working on a Nano, I'm running out of RAM in a sketch that uses 8 multiplexers and array for 64 CCPotentiometers. (Will probably have to upgrade to Mega or similar, since the Nano is low on memory.)
I'm trying to use the tips for saving memory, but it doesn't have an effect. Am I missing some additional lines in order for them to work?
Any comments or help would be super appreciated
Cheers
Klaus
Beta Was this translation helpful? Give feedback.
All reactions