mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
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:
@@ -67,6 +67,7 @@ setup(
|
||||
'tensorflow',
|
||||
'enum34;python_version<"3.4"',
|
||||
'pyserial',
|
||||
'evdev;platform_system=="Linux"'
|
||||
'evdev;platform_system=="Linux"',
|
||||
'wiringpi'
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user