Does the UiFLow online programmer have a keyboard utility or function?
I'm building an Astronomy Logger and have the menu setup.
But I have hit a road block with taking keyboard input.
I tried to make a buffer but that seems like a bad solution-taking one key at a time and adding it to a variable. The buffer idea quickly became way to much code for something simple-programing delete, backspace, and special characters.
