We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa2cc9 commit f70126cCopy full SHA for f70126c
adafruit_pioasm.py
@@ -60,6 +60,8 @@ def assemble(text_program):
60
assembled = []
61
for instruction in instructions:
62
print(instruction)
63
+ if len(instruction) == 0:
64
+ continue
65
instruction = instruction.split()
66
delay = 0
67
if instruction[-1].endswith("]"): # Delay
0 commit comments