项目作者: teran

项目描述 :
Micro[service to control ]GPIO pins via REST
高级语言: Go
项目地址: git://github.com/teran/microgpio.git
创建时间: 2018-10-14T10:23:47Z
项目社区:https://github.com/teran/microgpio

开源协议:MIT License

下载


microgpio

Microservice to control GPIO pins via REST

Go Report
Layers size
Recent build commit
Docker Automated build
GoDoc

Docker

  1. docker run -e MICROGPIO_PIN_MAPPING="light:22,fan:27" -d -p8080:8080 -v /sys:/sys teran/microgpio:armv7-latest

Please note microgpio is built for ARMv7 at the moment.
If you need any other platform(supported by Go, obviously;), feel free to report issue or create a pull request.