First support for GPIO on Raspberry Pi

This commit is contained in:
9and3r
2014-08-08 11:20:31 +02:00
parent a0843d18db
commit e336fc4b9d
7 changed files with 112 additions and 66 deletions

View File

@@ -31,6 +31,7 @@ class Extension(ext.Extension):
schema['cursor'] = config.Boolean()
schema['fullscreen'] = config.Boolean()
schema['cache_dir'] = config.Path()
schema['gpio'] = config.Boolean()
return schema
def setup(self, registry):