class Port

The Ports class is a thin wrapper around the Arduino's digitalRead(), digitalWrite(), analogRead(), etc. functions. It was designed to simplify the use of ports on JeeNodes.

#include <Ports.h> 
#include <RF12.h> // needed to avoid a linker error :(

class Port;

Public API

DIO pin

AIO pin

DIO + AIO pins

IRQ pin