Go to advanced search

by kofec
Thu Jan 29, 2015 2:49 pm
Forum: Media centres
Topic: AudiculaPi - the tiny media server
Replies: 5
Views: 4611

Re: AudiculaPi - the tiny media server

Hi, the code of domoticz is using library of WiringPi but also the command "gpio" which is not included in the WiringPi package can you please add it. // 1. List exports and parse the result cmd = popen("gpio exports", "r"); while (fgets(buf, sizeof(buf), cmd) != 0) { // Decode GPIO pin number from ...

Go to advanced search