Hi,
I'm looking for a native Pascal-Unit to have Access to I/O, S2C, PWM. I'm working with a Rasperry Pi Model B+ (or alternativ with an RPi 2 Model B) and Lazarus. Can anybody help?
Re: freepascal Unit for GPIO Access
If you get on facebook, look at Free Pascal Raspberry Pi group. I have some libs that I use to do all of that..
Re: freepascal Unit for GPIO Access
Wouldn't it be better to put any useful Pascal code for the Pi you want to offer to the world on github or bitbucket or some other public repository so that people do not have to give their souls to Facebook to get it or participate in it's development?
Memory in C++ is a leaky abstraction .
Re: freepascal Unit for GPIO Access
It's ok. Nobody uses Pascal these days. Netcraft confirms it.
Hmm. What can I put here?
Re: freepascal Unit for GPIO Access
Oddly enough were I work we have a couple of huge and essential apps written in Pascal. They were the result of some university research so what can we expect 
It's been easy to get it to run on Win, Mac and Linux , which is nice. Other wise it's a pain to have to maintain.

It's been easy to get it to run on Win, Mac and Linux , which is nice. Other wise it's a pain to have to maintain.
Memory in C++ is a leaky abstraction .
- DougieLawson
- Posts: 42155
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: freepascal Unit for GPIO Access
Do you have a link to your Facebook group for folks who don't and won't use Facebook?ghamm wrote:If you get on facebook, look at Free Pascal Raspberry Pi group. I have some libs that I use to do all of that..
Is your Facebook group closed to non-members?
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: freepascal Unit for GPIO Access
Hi,ghamm wrote:If you get on facebook, look at Free Pascal Raspberry Pi group. I have some libs that I use to do all of that..
I'm not on Facebook, is there an other way to get such units
Re: freepascal Unit for GPIO Access
It is not so difficult to write register access code using fpmmap.
Please check the following link . This will works on BCM2835 only .
https://github.com/askarel/hsb-scripts/ ... pigpio.pas
Please check the following link . This will works on BCM2835 only .
https://github.com/askarel/hsb-scripts/ ... pigpio.pas