adc-lib

The aim of this project is to provide a generic API for ADC devices (drivers). The advantage of sharing the same API among different applications is that we can concentrate to provide a single stable and robust entry point for a variety of boards and driver types, and on the application side it allows to write generic tools that may work with any ADC.

The library has the knowledge about how to handle different devices and it hides this complexity to the application by providing a single access point. Thanks to the internal routing system, all the operation from the application are properly propagated to the correct set of functions for a specific device.

Contact

Federico Vaga

Licences

Latest News

Start ADC library project

Development code is now available on git repository