C++ Libraries are now available


03 July 2017  |  Reading Time: 2 minutes

We now have new C++ libraries and demo code available to use with our Raspberry Pi expansion boards.

https://github.com/abelectronicsuk/ABElectronics_CPP_Libraries

C++ Class Libraries and demo code to work with Raspberry Pi expansion boards from http://www.abelectronics.co.uk

To download to your Raspberry Pi, type in the terminal:

git clone https://github.com/abelectronicsuk/ABElectronics_CPP_Libraries.git

ADC DAC Pi

This library reads ADC inputs and writes to DAC outputs on the ADC-DAC Pi Zero.

ADC Differential Pi

This library reads input values from the ADC Differential Pi and Delta Sigma Pi.

ADC Pi

This library reads input values from the ADC Pi.

Expander Pi

This library controls all of the functions on the Expander Pi

IO Pi

This library reads and writes to the IO Pi Plus.

RTC Pi

This library controls the clock and internal SRAM on the RTC Pi

Servo Pi

This library controls the PWM outputs on the Servo PWM Pi.

In the future, we will be adding further C++ demos for our boards.


Back to the Blog