How To Do Big Strings in Arduino

Arduino makes it pretty easy to store & use character strings, but those strings compete with your variables, so you can’t do as much. Here’s how to put big strings into read-only program memory and use them. Lots of sketches can have big strings in them. Maybe you’ve built a little command-line interface or you’re … Continue reading How To Do Big Strings in Arduino