SyntaxError: invalid micropython decorator

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: SyntaxError: invalid micropython decorator

Post by pythoncoder » Fri Oct 21, 2016 1:57 pm

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
?
Peter Hinch
Index to my micropython libraries.

Post Reply