Re: [Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-10 Thread Bo Berglund
On Thu, 08 Oct 2015 23:30:10 +0200, Bo Berglund wrote: >I have found a description of a unit implementing an interface to the >gpio driver in the Free Pascal documentation. It is here: >http://wiki.freepascal.org/Lazarus_on_Raspberry_Pi#5._PiGpio_Low-level_native_pascal_unit_.28GPIO_control_inste

Re: [Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-10 Thread Michael Van Canneyt
On Sat, 10 Oct 2015, Michael Ring wrote: I agree, this is a really, really nice find. Not only because of the rpi code, their xml parser implementation is the most easiest to debug I have ever seen, not the usual pointer chaos seen in all the other implementations. The difference will be

Re: [Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-10 Thread Michael Ring
I agree, this is a really, really nice find. Not only because of the rpi code, their xml parser implementation is the most easiest to debug I have ever seen, not the usual pointer chaos seen in all the other implementations. Hopefully there are even more gems hidden in this library. Michael

Re: [Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-09 Thread Bo Berglund
On Fri, 09 Oct 2015 07:31:52 +, Alfred wrote: >Please have a look at: >http://www.afterwarp.net/products/pxl >https://github.com/yunkot/pxl > >Forum post: >http://forum.lazarus.freepascal.org/index.php/topic,29852.0.html?PHPSESSID=bf43911005bf788ab072b3d73d1bfb4f > >Pxl is a very well written

[Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-09 Thread Alfred
Please have a look at: http://www.afterwarp.net/products/pxl https://github.com/yunkot/pxl Forum post: http://forum.lazarus.freepascal.org/index.php/topic,29852.0.html?PHPSESSID=bf43911005bf788ab072b3d73d1bfb4f Pxl is a very well written library, capable of doing a lot, with the inclusion of ha

Re: [Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-08 Thread Mark Morgan Lloyd
Bo Berglund wrote: I have found a description of a unit implementing an interface to the gpio driver in the Free Pascal documentation. It is here: http://wiki.freepascal.org/Lazarus_on_Raspberry_Pi#5._PiGpio_Low-level_native_pascal_unit_.28GPIO_control_instead_of_wiringPi_c_library.29 However, i

[Lazarus] Accessing GPIO on RaspberryPi2 from Lazarus/FPC

2015-10-08 Thread Bo Berglund
I have found a description of a unit implementing an interface to the gpio driver in the Free Pascal documentation. It is here: http://wiki.freepascal.org/Lazarus_on_Raspberry_Pi#5._PiGpio_Low-level_native_pascal_unit_.28GPIO_control_instead_of_wiringPi_c_library.29 However, it specifically lists