JamesHarrison / ardugpio

Arduino based Serial GPIO system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduGPIO

ArduGPIO is a simple Arduino codebase to support development of General Purpose Input/Output applications, primarily for users interfacing with broadcast equipment.

Features

  • Set pin modes (input/output)
  • Set pin high/low
  • Query current pin status
  • Query analog pin value
  • Pin changes broadcast upon edge detected/significant analog change

Interfacing Hardware to Arduinos

Still to do

  • Debounce pin change broadcasts
  • Setting PWM outputs
  • Easier configuration between Arduino boards (def. config is good for Uno/Duem/Dicem)

About

Arduino based Serial GPIO system


Languages

Language:Arduino 100.0%