Hi! I found a typo in picarx.py: the variable is called config_flie instead of config_file.
This causes an AttributeError during initialization of the Picarx class.
Steps to reproduce:
Install the library via pip
Run px = Picarx()
Error: 'Picarx' object has no attribute 'config_flie'
Please fix the typo. Thanks!