I have a need to set outputs on GPIO in a FreePascal program. Must pull two relays.
I found this documentation page for a driver called pigpio and it seems to do basically all I need, however it is specifically written for the BroadComm BCM2835 chip used in the previous models of the Pi.
Now with the pi2 and its bigger I/O connector I am assuming an update needs to be found...
Has anyone here managed to control GPIO pins from FreePascal using the pigpio.pas file?
Is there an update somewhere?