adafruit / Adafruit_PixelDust

Library-ified version of "LED sand" code
84 stars 19 forks source link

Fix indentation in buttons.py #8

Open zfergus opened 1 year ago

zfergus commented 1 year ago

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.