nmbooker / upy-switch-led-panel

MicroPython switch and LED panel for PC
GNU General Public License v3.0
0 stars 0 forks source link

Stop polling for serial input on the pyboard #3

Open nmbooker opened 8 years ago

nmbooker commented 8 years ago

I should find out how to do interrupt-driven serial input on the pyboard - currently it polls constantly so has little chance to go to sleep.