GPIO pins working

This commit is contained in:
9and3r
2014-08-08 14:48:25 +02:00
parent ef93f342aa
commit 4abfb1e697
4 changed files with 33 additions and 17 deletions

View File

@@ -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):