Hey,
Quick question for the board: Is there a way to read a string immediately clicking "Upload" or Serial Monitor" once?
Let's put it this way:
-I have code with servo with strings showing me what degree it's at.
-When I change the code, I have to click "upload" before clicking "Serial Monitor" to have the Arduino recognize the code has changed.
-Then I click "Serial Monitor," and the code runs again.
I don't want the code to run twice (clicking upload to recognize the changes, then clicking "Serial Monitor" to see the text), and it is inefficient to also have the servos make 2 go-arounds for every code change. Is there a way I can just click "Upload" or "Serial Monitor" and have it recognize changes in code while also showing changed text? Thanks.