Add a LED for chassis

This commit is contained in:
Makoto Shimazu
2018-08-04 01:38:25 +09:00
parent d2c116ea57
commit 7ab70557a5
3 changed files with 69 additions and 3 deletions

View File

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