AdvancedHMI Software

General Category => Support Questions => Topic started by: jazzplayermark on September 01, 2019, 05:14:44 PM

Title: AHMI using Rasberry Pi local IO?
Post by: jazzplayermark on September 01, 2019, 05:14:44 PM
Is it possible to address the local IO of a rasberry PI?
Title: Re: AHMI using Rasberry Pi local IO?
Post by: Archie on September 01, 2019, 05:42:49 PM
There are a lot of libraries out there for doing this. If you Google "Mono Raspberry Pi GPIO" you will find a lot of samples such as this:

https://github.com/raspberry-sharp/raspberry-sharp-io/wiki/Raspberry.IO.GeneralPurpose
Title: Re: AHMI using Rasberry Pi local IO?
Post by: jazzplayermark on September 01, 2019, 05:45:55 PM
Thanks.  I think that's exactly what I need.