microbit_ssd1306
microbit_ssd1306 copied to clipboard
Fix README ssd1306_effects.py examples
The blink()
and pulse()
function from ssd1306_effects.py only run once, if the user directly copy from the example they won't notice the different
Added while loop to keep the effect going.