The Python script raspberry_pi/buttons.py is using a mixed tab and space indentation which makes it un-runnable. I fixed this by changing the tab into 8 spaces. I believe this is the correct indentation now.
I also added the compiled binaries and object files to the .gitignore to make it easier to commit this change.
The Python script
raspberry_pi/buttons.py
is using a mixed tab and space indentation which makes it un-runnable. I fixed this by changing the tab into 8 spaces. I believe this is the correct indentation now.I also added the compiled binaries and object files to the
.gitignore
to make it easier to commit this change.