MAA version 0.2.0 moves to a standard C API
* Removed all C++ code and renamed all .cxx extensions to .c * All functions are renamed to maa_ and modules are for example called maa_pwm * Cmake can now 'make doc' using a Doxyfile.in to create documentation * examples/ have been updated but swig generated API is untested Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
5
README
5
README
@@ -1,6 +1,6 @@
|
||||
MAA - Low Level Skeleton Library for Communication on Intel platforms
|
||||
|
||||
Library for C/C++ to interface with Galileo & other Intel platforms over:
|
||||
Library in C/C++ to interface with Galileo & other Intel platforms over:
|
||||
|
||||
- I2C
|
||||
- SPI
|
||||
@@ -8,7 +8,8 @@ Library for C/C++ to interface with Galileo & other Intel platforms over:
|
||||
- PWM
|
||||
- AIO
|
||||
|
||||
In a structured and sane API with port nanmes/numbering that match boards.
|
||||
In a structured and sane API with port nanmes/numbering that match boards &
|
||||
with bindings to javascript & python.
|
||||
|
||||
The intent is to make it easier for developers and sensor manufacturers to map
|
||||
their sensors & actuators on top of supported hardware and to allow control of
|
||||
|
||||
Reference in New Issue
Block a user