mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
GPIO pins working
This commit is contained in:
@@ -32,6 +32,11 @@ class Extension(ext.Extension):
|
||||
schema['fullscreen'] = config.Boolean()
|
||||
schema['cache_dir'] = config.Path()
|
||||
schema['gpio'] = config.Boolean()
|
||||
schema['gpio_left'] = config.Integer()
|
||||
schema['gpio_right'] = config.Integer()
|
||||
schema['gpio_up'] = config.Integer()
|
||||
schema['gpio_down'] = config.Integer()
|
||||
schema['gpio_enter'] = config.Integer()
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
|
||||
Reference in New Issue
Block a user