Layouts
Examples
tbc
Built-in GPIO driver
Control-Freak has a built-in GPIO driver which is using a Node-JS library. The module however needs some extra installation:
cd /home/pi/Control-Freak/drivers/Raspberry
#or for the web-distribution
cd /var/www/html/control-creak/drivers/Raspberry
npm install
If you run the web distribution, be warned that the GPIO needs root access to function. This is because of the access to /dev/mem. See issue here.