Add a LED in chassis (#18)

LED was equipped in the chassis. This patch turns it on.
SlowLED changes the brightness gradually. wiringpi is used for it to leverage the hardware PWA equipped by Raspberry Pi.
This commit is contained in:
Makoto Shimazu
2018-08-04 07:54:37 +09:00
committed by GitHub
parent 38690a1b0a
commit 0a438843ee
3 changed files with 75 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ setup(
'tensorflow',
'enum34;python_version<"3.4"',
'pyserial',
'evdev;platform_system=="Linux"'
'evdev;platform_system=="Linux"',
'wiringpi'
]
)