fix import
This commit is contained in:
parent
2c198071bb
commit
44b86501b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue