I tried searching various approaches to this and got nothing. I assume it can be done with a long series of "if" statements, but I don't want to push through it all to find out I can't.
I also can't believe this isn't a more common question. But hey, that's my curse when attempting projects, I guess.
So I want to input 5 or so characters as the datalogger file name when starting up the program. All the test examples of keypad coding is in the loop. I know I need to "create" the string of digits to act as the file name before the code can create it and reference it.
I also plan on using the keypad to set parameters for the loop, but I'm trying to attack this whole project one step at a time. I keep having component failures and I'm pulling my hair out with all these road blocks. I couldn't fathom this would be an issue, but again, here I am.
Thank y'all for the input. I was excited to start this project and have learned a lot so far.