mraa.c: fix FTBFS on printf by adding format
[contrib/mraa.git] / examples /
2015-01-06 Brendan Le FollI2c-compass.cpp: fix incorrect usage of write/writeByte
2015-01-06 Brendan Le Follbmp85.js: add i2c read/write example
2015-01-06 Brendan Le Follbmp85.py: add simple example of new i2c read func
2015-01-05 Brendan Le Follhelloedison.c: add edison type example
2014-11-27 Brendan Le Follexamples: use mraa_get_platform_name API in examples
2014-11-25 Brendan Le Follhello_isr.py: add counter to example
2014-11-21 Henry Brucegpio.c: Added gpio list/set/get utility
2014-11-20 Henry Bruceblink_onboard.c: Added Minnow Max support
2014-11-20 Henry Brucehellomraa.c: Extended sample to display detected platform.
2014-11-20 Brendan Le Folli2c: fix I2c::read() call
2014-11-20 Brendan Le Folli2c: remove smbus helper library & clean up command...
2014-11-05 Brendan Le Follrgblcd.py: update example to use only writeReg()
2014-11-05 Brendan Le Follrgblcd.js: add i2c example similar to python
2014-11-05 Brendan Le Folli2c_HMC5883L.c: fix type in i2c buffer
2014-11-03 Brendan Le FollPwm3-cycle.cpp: add pwm::enable() call to example
2014-10-19 Kurt Eckhardtspi: Add SPI transfer function that pass in RX/TX
2014-10-16 Brendan Le Follexception: Add exceptions when context creation fails
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-19 Brendan Le Follhello_isr.py: add sleep to the example to reduce confusion
2014-08-15 Dan Yocomjavascript: added basic examples to mraa
2014-08-05 Brendan Le Folli2c_HMC5883.py: add python I2c.read() example
2014-07-29 Brendan Le Folli2c_HMC5883.py: add i2c read & write example
2014-07-29 Brendan Le Follrgblcd.py: fix example to use 0xFF and not 0x255 which...
2014-07-24 Brendan Le Follcycle-pwm3.py: make example use real pin3 and make...
2014-07-24 Brendan Le Follcycle-pwm3.py: fix example
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-10 Thomas Inglebyuart_setup: add example on current uart use.
2014-07-04 Brendan Le FollBlink-IO.cpp: use mraa_result_t instead of int
2014-07-04 Brendan Le Follcommon.hpp: use common.hpp instead of renaming C functi...
2014-07-03 Brendan Le Follblink_onboard.c: add missing newline char
2014-07-01 Brendan Le Follmraa: add deinit function for valgrind testing
2014-07-01 Brendan Le Follspi: update spi module to use char instead of unsigned...
2014-07-01 Brendan Le FollI2c-compass.cpp: fix example to use char instead of...
2014-07-01 Brendan Le Folli2c: allow binary strings as parameters to write()...
2014-06-26 Brendan Le Follblink_onboard.c: fix compilation warnings
2014-06-25 Brendan Le Follmraa: pymraa becomes mraa and mraajs becomes mraa
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-24 Brendan Le Follmaa: change complex C++ write calls to CamelCase for...
2014-06-24 Brendan Le Follhello_isr.py: add license header
2014-06-24 Brendan Le Folli2c.hpp: add I2c::writeReg method
2014-06-20 Brendan Le Follblink_onboard.c: add missing blink onboard example
2014-06-20 Brendan Le Follmaa: add maa_get_platform_type function and move swig...
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-06-18 Brendan Le FollI2c-compass.cpp: fix example to use HMC5883L_CONT_MODE
2014-06-12 Brendan Le Follexample.js: make require path follow NODE_ENV and NODE_PATH
2014-06-12 Brendan Le Follexample.js: fix example to use up to date API
2014-06-10 Brendan Le Follmaa: add global maa.h and maa.hpp and stop using /usr...
2014-05-30 Brendan Le Follapi: add proper doxygen comments to C++ headers and...
2014-05-29 Thomas InglebyMerge branch 'gpio-mem'
2014-05-29 Thomas Inglebymmap: added mmap io to gpio
2014-05-29 Brendan Le Folldocs: Add docs/ folder with in depth topics as well...
2014-05-28 Brendan Le Follexamples: add Interesting snippet tags to examples...
2014-05-27 Brendan Le Follaio.py: add aio python example
2014-05-23 Brendan Le Folldoxygen: add examples from examples dir and include...
2014-05-23 Brendan Le Folli2c: use uint8_t throughout to make code clearer
2014-05-22 Brendan Le FollI2c-compass: add -lm to linker
2014-05-22 Brendan Le Follcmake: install examples in ${prefix}/share/maa/examples
2014-05-22 Thomas Inglebyexamples: added more cpp examples.
2014-05-20 Brendan Le Follpython: include examples page for sphinx documentation...
2014-05-19 Brendan Le FollC++: Change enum types to be shorter in C++
2014-05-16 Brendan Le Follhello_isr.py: fix usage of isr in python example
2014-05-16 Thomas Inglebyblink-io-cpp: example gpio using cpp wrappers.
2014-05-16 Brendan Le Follc++: Add C++ runtime library to linker patch
2014-05-16 Brendan Le Follspi.hpp: Add C++ wrapper around Spi
2014-05-16 Thomas Inglebyspi: added example for use with mcp4261
2014-05-16 Brendan Le Follgpio.hpp: Add C++ wrapper around Gpio
2014-05-16 Brendan Le Follpwm.hpp: Add C++ wrapper around Pwm
2014-05-16 Brendan Le Folli2c.hpp: Add C++ wrapper around I2c
2014-05-16 Brendan Le Follmaa_init: fix constructor attribute in maa_init and...
2014-05-16 Brendan Le Follaio.hpp: Add C++ wrapper around Aio
2014-05-15 Brendan Le Follcmake: make maa link against pthreads directly
2014-05-15 Brendan Le Follblink-io: make sure maa_gpio_init was successful
2014-05-13 Brendan Le Follaio: remove _u16 suffix from call. Make return type...
2014-05-13 Brendan Le Follblink-io: add stdlib.h for strtol call
2014-05-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-13 Brendan Le Follgpio: rework of gpio - using open() for value_fp
2014-05-08 Brendan Le Follmaajs: fix example with object API
2014-05-07 Brendan Le Follmaa.i: maa_init is now done after swig initialisation...
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-07 Brendan Le Follgpio: initial implementation of interupt handling on...
2014-05-07 Brendan Le Follanalogin_a0: add adc_value print in decimal
2014-05-02 Brendan Le FollMerge branch 'tingleby-pinmap-i2cspi' v0.2.2
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Thomas Inglebyi2c: Work started on using pinmap with i2c
2014-05-02 Brendan Le Follpython: fix examples and add maa_init() call in swig
2014-05-02 Thomas InglebyMerge branch 'pinmap-aio'
2014-05-02 Thomas Inglebypinmap: Added aio support.
2014-05-02 Brendan Le Follblink-io8.c: add unistd.h and fix fprintf statement
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Thomas Inglebyexamples: Update examples to use newer maa functions
2014-05-01 Nandkishor Sonaraio: add initial analog input support
2014-04-30 Brendan Le FollMerge pull request #6 from tingleby/master
2014-04-30 Thomas Inglebypwm: Updated API
2014-04-29 Brendan Le FollMerge pull request #5 from tingleby/master
2014-04-29 Thomas Inglebyexample: blink-io8.c Updated against new API
2014-04-28 Brendan Le FollMerge pull request #4 from emea-ssg-drd/dumpc++
2014-04-28 Brendan Le Follmaa: change struct names to be more unique and fix...
2014-04-27 Brendan Le Follversion.h: add versioning info from git
next