Author Topic: AHMI using Rasberry Pi local IO?  (Read 484 times)

jazzplayermark

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
AHMI using Rasberry Pi local IO?
« on: September 01, 2019, 05:14:44 PM »
Is it possible to address the local IO of a rasberry PI?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: AHMI using Rasberry Pi local IO?
« Reply #1 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

jazzplayermark

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: AHMI using Rasberry Pi local IO?
« Reply #2 on: September 01, 2019, 05:45:55 PM »
Thanks.  I think that's exactly what I need.