fix import

This commit is contained in:
ladyada 2018-01-11 20:29:05 -05:00
parent 2c198071bb
commit 44b86501b8

View file

@ -11,6 +11,7 @@ Drag "optiboot_atmega328.hex" onto the CircuitPython disk drive, then open REPL!
import board
import busio
import pulseio
import adafruit_avrprog
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)