diff --git a/gpio/README.md b/gpio/README.md new file mode 100644 index 00000000..4fcf06d4 --- /dev/null +++ b/gpio/README.md @@ -0,0 +1,11 @@ +# GPIO + +This plugin allowes to control GPIOs on different boards. + +## Raspberry Pi 2/3 + +![Raspberry Pi GPIO](https://raw.githubusercontent.com/guh/nymea-plugins/master/gpio/docs/images/Raspberry-Pi-2-GPIO.png "Raspberry Pi GPIO") + +## Beaglebone Black + +![Beaglebone Black GPIO](https://raw.githubusercontent.com/guh/nymea-plugins/master/gpio/docs/images/Beaglebone_Black_GPIO_Map.png "Beaglebone Black GPIO") diff --git a/gpio/docs/images/Beaglebone_Black_GPIO_Map.png b/gpio/docs/images/Beaglebone_Black_GPIO_Map.png new file mode 100644 index 00000000..701883e7 Binary files /dev/null and b/gpio/docs/images/Beaglebone_Black_GPIO_Map.png differ diff --git a/gpio/docs/images/Raspberry-Pi-2-GPIO.png b/gpio/docs/images/Raspberry-Pi-2-GPIO.png new file mode 100644 index 00000000..cedc3aae Binary files /dev/null and b/gpio/docs/images/Raspberry-Pi-2-GPIO.png differ