packaging: also support rpmbuild from Tizen:2.3
[contrib/mraa.git] / examples / python /
2015-12-14 Alex Tereschenkoexamples: added more elaborated Python UART example
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-05 Alex Tereschenkoexamples/aio: Added examples for mraa_aio_read_float...
2015-01-14 Brendan Le Follspi: Make Spi write() work from SWIG with typemaps
2015-01-06 Brendan Le Follbmp85.py: add simple example of new i2c read func
2014-11-25 Brendan Le Follhello_isr.py: add counter to example
2014-11-05 Brendan Le Follrgblcd.py: update example to use only writeReg()
2014-10-16 Brendan Le Follexception: Add exceptions when context creation fails
2014-09-19 Brendan Le Follhello_isr.py: add sleep to the example to reduce confusion
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-01 Brendan Le Folli2c: allow binary strings as parameters to write()...
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 Follhello_isr.py: add license header
2014-06-24 Brendan Le Folli2c.hpp: add I2c::writeReg method
2014-06-20 Thomas InglebyMerge branch 'gen2'
2014-06-19 Kiveisha Yevgeniygpio: Added args param to maa_gpio_isr and added docume...
2014-05-27 Brendan Le Follaio.py: add aio python example
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-13 Brendan Le Follswig: Add support for isr/callbacks from python
2014-05-07 Brendan Le Follmaa.i: maa_init is now done after swig initialisation...
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Thomas InglebyMerge branch 'pinmap-i2cspi'
2014-05-02 Brendan Le Follpython: fix examples and add maa_init() call in swig
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-05-01 Thomas Inglebyexamples: Update examples to use newer maa functions
2014-04-25 Brendan Le Follhello_gpio.py: fix python example
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas InglebyMerge branch 'gpio' into for-pull
2014-04-14 Thomas Inglebypwm: Added python example script
2014-04-11 Brendan Le Follreadi2c: modify examples to use I2CSlave api
2014-04-11 Brendan Le FollMerge branch 'gpio' of github.com:tingleby/maa into...
2014-04-11 Thomas Inglebygpio: gpio in/out both work
2014-04-10 Brendan Le Follgpio: enable very basic gpio control from swig
2014-04-08 Brendan Le Follmaa: Initial commit of maa, a python and nodejs I2C...