Adafruit_PixelDust icon indicating copy to clipboard operation
Adafruit_PixelDust copied to clipboard

Fix indentation in buttons.py

Open zfergus opened this issue 1 year ago • 0 comments

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.

zfergus avatar May 31 '23 22:05 zfergus