audiophonics / Raspberry-pwr-management

This code works with Audiophonics Power managment MCU included into DAC I-Sabre V4 or SPC Module
12 stars 11 forks source link

Parethesis Error in spc_moode.py #6

Open hjheins opened 2 years ago

hjheins commented 2 years ago

Please see lines 57 and 87/89: on all three of these lines you need a () behind the print command. With that, the code works. Without, you are just getting kicked out with an error message.

audiophonics commented 2 years ago

Thank you for letting me now this. Most of what is here needs a big update indeed. Did you have other troubles making this work?

hjheins commented 2 years ago

Thank you for your fast response! Actually, after making this change, all seems to be fine, and the power button works as expected. If you are working on bigger changes, and need someone to test, just let me know.