RGB LED added, untested!

This commit is contained in:
Balthasar Reuter
2018-07-20 17:27:39 +02:00
parent 36c7c3bf52
commit a0cd4eb479
2 changed files with 51 additions and 3 deletions

View File

@@ -26,6 +26,13 @@ exit_pin = 24
trigger_pin = 23
# BOARD pin 7 (BCM pin 4) switches the lamp on and off
lamp_pin = 4
# BOARD pin (BCM pin 17) switches the blue channel
chan_b_pin = 17
# BOARD pin (BCM pin 27) switches the red channel
chan_r_pin = 27
# BOARD pin (BCM pin 22) switches the green channel
chan_g_pin = 22
[Printer]
# Enable printing (True/False)