#!/bin/bash # GPIO Activate Script # Place in /etc/init.d/ echo 24 > /sys/class/gpio/export echo out > direction echo 0 > value echo 1 > value