packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / examples /
2015-12-21 Brendan Le Follmraa: Remove trailing whitespace/tabs from various...
2015-12-15 Henry Bruceiio: C API changes and C++ API enhancements
2015-12-15 Henry Bruceexamples: Converted iio dummy driver test app to C++
2015-12-15 Henry Bruceexamples: Extended iio_dummy_test to cover more cases.
2015-12-15 Henry Bruceexamples: Added iio_dummy_test, a test app that uses...
2015-12-15 Lay, Kuan Looniio: iio consolidate read and write API
2015-12-15 Lay, Kuan Looniio-example: printf take extra argument
2015-12-15 Lay, Kuan Looniio: added event api
2015-12-15 Brendan Le Folliio: Improve iio channel parsing to add enabled channels
2015-12-15 Brendan Le Folliio: initial pass at getting channel information from...
2015-12-15 Brendan Le Folliio_driver.c: remove weird API calls
2015-12-15 Brendan Le Folliio: Find attributes and channels in iio device
2015-12-15 Brendan Le Folliio_driver.c: Add example for iio interface
2015-12-14 Alex Tereschenkoexamples: added more elaborated Python UART example
2015-12-01 Kevron Reescmake: use cmake includedir
2015-10-26 Henry Bruceexamples: Fixed bug in mraa-gpio introduced by sub...
2015-10-09 xbolsheuart.js: Rewrite of example to show more functionality
2015-10-01 Mircea Bardacdocs: Enabled samples in the Java documentation
2015-10-01 Petre EftimeIsr.java: Fix ISR example to use pin 6 and sleep properly
2015-10-01 Petre Eftimesamples.mapping.txt: Add samples mapping for java samples
2015-10-01 Petre Eftimeexamples/java: Port examples containing [Interesting...
2015-10-01 Petre Eftimeexamples/java: Update, indent and add [Interesting...
2015-09-29 Brendan Le FollIsr-pin6.cpp: Add example for c++ isr
2015-09-08 Brendan Le Follmraa-i2c.c: remove unused arguments to printf statements
2015-09-08 Petre Eftimemraa: Add types.hpp; Use types.hpp for C++ and SWIG
2015-09-08 Brendan Le Follhellomraa.c: Remove i2c calls
2015-09-08 Henry Brucemraa-i2c: Updated to use new sub-platform API.
2015-09-08 Henry Brucemraa-gpio: Support new sub-platform calls.
2015-09-08 Henry Bruceapi: Renamed some sub-platform API calls.
2015-09-08 Henry Brucemraa-i2c: Added interactive mode.
2015-09-08 Henry Brucemraa-gpio: Added sub-platform support.
2015-09-08 Henry Bruceplatform_type: platform_type now in mraa_board_t
2015-09-08 Henry Bruceusb: Converted sub-platform bus/pin helper macros to...
2015-09-08 Henry Brucecmake: add FTDI FT4222 support
2015-09-08 Henry Bruceexamples: Created mraa-i2c tool for i2c layer testing.
2015-08-25 Yong Limraa.c: Add new API to support I2C bus number query
2015-08-21 Andrei Vasiliumraa-gpio.c: Solved issue with getchar() call on Galileo
2015-07-19 Brendan Le Follexamples/uart.c: Add a _read call to example
2015-07-08 Brendan Le Follmraa-gpio.c: add %d to printf statement
2015-07-01 Brendan Le Follgpio: all gpio enums prefixed with _mraa
2015-06-02 Brendan Le Folluart: Add c++ uart example
2015-04-29 Jakub Kramarzjava: added example GpioRead6 based on gpio_read6.c
2015-04-29 Jakub Kramarzjava: added example BlinkOnboard based on blink_onboard.c
2015-04-29 Jakub Kramarzjava: added example CyclePwm3 based on cycle-pwm3.c
2015-04-29 Jakub Kramarzjava: capitalized file names of examples, required...
2015-04-24 Brendan Le Follmraa-gpio.c: fix unused printf argument
2015-04-24 Alexander Komarovjava: Added Java SWIG binding creation
2015-04-04 Michael Ringexamples/mraa-gpio.c: Fixed compiler warning due to...
2015-03-31 Henry BruceCMakeLists.txt: Added option to install mraa-gpio tool
2015-03-23 Thomas Inglebyapi: introduce define for pin name size
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-03-19 Michael Ringexamples/gpio: Re-implemented the display of pin names
2015-02-25 Brendan Le Folli2c_HM5883.py: remove old python example
2015-02-20 Brendan Le Follexamples: add uart examples for js & py
2015-02-18 Brendan Le Follisr.js: add node.js isr example
2015-02-17 Michael Ringexamples/spi_max7219.c: Example for 16bit wide convenie...
2015-02-15 Michael Ringexamples/gpio.c Added support for mmap access to gpio
2015-02-15 Michael Ringexamples/gpio.c Added whitespace to better align gpio...
2015-02-10 Brendan Le Follexamples/gpio.c: Fix some formatting & code style
2015-02-10 Brendan Le Follexamples/gpio.c: fix getchar() not working in ssh term
2015-02-10 Henry Bruceexamples/gpio.c: Added command to monitor pin level...
2015-02-05 Alex Tereschenkoexamples/aio: Added examples for mraa_aio_read_float...
2015-01-21 Thomas Inglebyexample/gpio.c: Remove extern to plat
2015-01-20 Brendan Le Follblink_onboard.c: explain use of calamari lure in example
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
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
next