AsDevices

From ArmadeusWiki
Revision as of 11:19, 12 October 2009 by FabienM (Talk | contribs) (New page: {{Under_Construction}} AsDevices is an ARMadeus specific library that simplify apf-board devices usages for developer. This library is written to be use with C, C++ and Python languages....)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Page under construction... 

Construction.png Informations on this page are not guaranteed !!

AsDevices is an ARMadeus specific library that simplify apf-board devices usages for developer. This library is written to be use with C, C++ and Python languages.

Install AsDevices on target

The library is included in buildroot menu, to use it just select it in «make menuconfig» :

Package Selection for the target  --->
    *** Armadeus specific packages ***   
    [*] as_devices 
    [*]   wrapper C++
    [*]   wrapper Python

The base library is in C, to use it with C++ or Python, select the wrapper you want.

Use library in application

In C

In C++

In Python

Devices supported by library

PWM

Development planning

AsDevices is not finished, following tabular indicate the remaining work:

Title A Title B Title C
A1 B1 C1
A2 B2 C2
A3 B3 C3