Page 2 of 2

Re: SyntaxError: invalid micropython decorator

Posted: Fri Oct 21, 2016 1:57 pm
by pythoncoder
I think I went one level of indirection too far. Should it read

Code: Select all

for atli_pi in alphabet[text[letterIndex]]:
    data=self.currentX + factor * atl_pi[1] + 12288
?