A library that maps the functions used with the mbed microcontroller to be used on with the GPIO ports of a Raspberry pi.

Auto generated API documentation and code listings for CPPToPigpio

Classes

BusIn BusIn is used to create a number of DigitalIn pins that can be read as one value
BusOut A BusOut interface is used to create several DigitalOut pins that can be written to using only one value
DigitalIn The DigitalIn interface is used to read the value of a digital input pin
DigitalOut The DigitalOut interface is used to configure and control a digital output pin
I2C The I2C interface provides I2C Master functionality
PwmOut The PwmOut interface is used to control the frequency and mark-space ratio of a digital pulse train

Code

BusIn.cc [code]
BusIn.h [code]
BusOut.cc [code]
BusOut.h [code]
CPPToPigpio.cc [code]
CPPToPigpio.h [code]
CPPToPigpioForInstall.h [code]
DigitalIn.cc [code]
DigitalIn.h [code]
DigitalOut.cc [code]
DigitalOut.h [code]
dummyInstall.cc [code]
I2C.cc [code]
I2C.h [code]
PwmOut.cc [code]
PwmOut.h [code]