redPanther

Results 2 issues of redPanther

because of neopixelbus doesn't work atm I tried the use of adafruit_neopixel. This worked perfectly. Please bring back support for this lib my versions: board package 2.1.0 neopixel: 1.0.4 arduino...

To decrease depenendies on external library I replaced pigpiod with RPi.GPIO as used already in read_fan_speed.py. in detail this PR contains: - remove dependency to pigpiod - refactor pwm_fan_control.py -...