You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should have worked with this code more often, and I'm fixing this now.
One issue I did hit though is that my code relies on serial input to do specific thing.
Serial output works, but I can't get input working
Would something like this work for you?
if (Serial.available()) readchar = Serial.read();
If not, is it easy to add? :)
The text was updated successfully, but these errors were encountered:
I must admit I kind of abandoned this, I wanted a simulator for https://github.com/benpicco/blinkendisplay but all the interesting things would involve implementing the WiFi API so I didn't use it much.
I should have worked with this code more often, and I'm fixing this now.
One issue I did hit though is that my code relies on serial input to do specific thing.
Serial output works, but I can't get input working
Would something like this work for you?
if (Serial.available()) readchar = Serial.read();
If not, is it easy to add? :)
The text was updated successfully, but these errors were encountered: