|
def _init_registers_PAA5100(self): |
Tried this port out and ran into an error on line 55. Line 55 references _init_register_PAA5100EJ but the definition on line 306 is _init_registers_PAA5100.
Fixed it locally and everything worked.
Thanks for porting this to CircuitPython. Just a few typos here and there it seems (like the file is named paa5100ej instead of paa511je). I was half way through doing the same myself when I found this and other than this small typo it works great!
CircuitPython_PAA5100EJ/paa5100ej.py
Line 306 in bbedbcc
Tried this port out and ran into an error on line 55. Line 55 references _init_register_PAA5100EJ but the definition on line 306 is _init_registers_PAA5100.
Fixed it locally and everything worked.
Thanks for porting this to CircuitPython. Just a few typos here and there it seems (like the file is named paa5100ej instead of paa511je). I was half way through doing the same myself when I found this and other than this small typo it works great!