Prepare things for the event loop, also abstract gross stuff from end users

This commit is contained in:
Josh Klar
2018-09-03 03:22:11 -07:00
parent 1df2012c7a
commit d5de2601d9
9 changed files with 72 additions and 35 deletions

View File

@@ -1,7 +1,8 @@
import sys
import time
import board
import digitalio
import time
import sys
def feather_signal_error_with_led_flash(rate=0.5):