iio: fixed IIO device counting
[contrib/mraa.git] / src / pwm /
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-07-31 Salah-Eddine Missripwm.c: Fix warnings due to unescaped %
2015-06-29 Jon Trulsonpwm: mraa_pwm_write() should accept 1.0 as a valid...
2015-04-04 Michael Ringmraa_adv_func.h: Added pwm initialization replace
2015-03-24 Thomas Inglebypwm: add syslog warning when value greater than 100...
2015-03-24 Thomas Inglebypwm: add calls for getting PWM max and min period
2015-03-23 Brendan Le Follclang-format: run clang-format on C/C++ code
2015-01-05 Kurt Eckhardtpwm.c: cache period
2014-12-02 Brendan Le Follpwm.c: Fix error in mraa_pwm_read_duty
2014-12-02 Brendan Le Follpwm.c: Fix error in mraa_pwm_read_period
2014-11-26 Brendan Le Follpwm.c: remove possibility of division by 0
2014-11-26 Brendan Le Follpwm.c: check error condition when doing read operations
2014-11-20 Henry Brucepwm.c: Must write period before duty_cycle to avoid...
2014-11-17 Thomas Inglebypwm: move pwm setup to module
2014-11-06 Matthias Hahnpwm: syslog message typo correction
2014-10-30 Thomas Inglebypwm: add period limits, warn over syslog
2014-10-29 Maximilian von Tsc... pwm: fixed wrong line ending being checked by strtol
2014-10-22 Brendan Le Follsyslog: unify error msg style
2014-10-08 Thomas Inglebypwm: fix incorrect hook check
2014-10-03 Brendan Le Follcoverity: Fix issues found by coverity scan
2014-09-25 Brendan Le Follsyslog: remove all fprintf calls and use syslog instead
2014-09-09 Thomas Inglebyhook: add pwm hook around init
2014-09-01 Mark Ceiselpwm: add config_ms and config_percent.
2014-09-01 Thomas Inglebypwm: rename internal functions from get to read
2014-07-24 Thomas Inglebypwm: move internal context structure to internal header
2014-07-24 Thomas Inglebypwm: add period write replace hook
2014-06-24 Thomas Inglebymraa: rename from maa to mraa
2014-06-20 Thomas Inglebypwm: disable pwm before unexporting
2014-05-22 Brendan Le Follsrc: add unistd.h to pwm and spi modules to remove...
2014-05-22 Brendan Le Follpwm: equality comparison should be assignment
2014-05-21 Thomas Inglebypwm: made export functions static
2014-05-21 Thomas Inglebypwm: fix writing of period
2014-05-21 Thomas Inglebymaa: hide and rename internal maa functions
2014-05-20 Thomas Inglebypwm: added existing exposition logic
2014-05-20 Thomas Inglebypwm: use posix open instead of fopen
2014-05-19 Thomas Inglebypwm: changed to use strtol for return values.
2014-05-19 Thomas Inglebypwm: removed disabling pin on unexport.
2014-05-16 Brendan Le Follpwm.hpp: Add C++ wrapper around Pwm
2014-05-13 Brendan Le Follpwm: always return a value if stated in prototype
2014-05-07 Brendan Le FollMerge branch 'tingleby-master'
2014-05-07 Brendan Le FollMerge branch 'master' of github.com:tingleby/maa into...
2014-05-06 Thomas Inglebypwm: Use pinmap functions for setting up pwm.
2014-05-04 Thomas InglebyMerge remote-tracking branch 'upstream/master'
2014-05-02 Brendan Le FollMerge branch 'pinmap-i2cspi' of github.com:tingleby...
2014-05-02 Brendan Le Follswig: add unexport() calls to be used by destructors...
2014-05-01 Thomas InglebyMerge branch 'pinmap'
2014-04-30 Brendan Le FollMerge pull request #6 from tingleby/master
2014-04-30 Thomas Inglebypwm: Updated 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 Follmaa: change the linking of maa and make gpio functions...
2014-04-27 Brendan Le FollMAA version 0.2.0 moves to a standard C API
2014-04-22 Brendan Le Follmaa: general licensing + styling cleanup
2014-04-14 Thomas InglebyMerge branch 'pwm' into for-pull
2014-04-14 Thomas Inglebypwm: Fully Functional.
2014-04-14 Thomas Inglebypwm: Completed functions:
2014-04-14 Thomas Inglebypwm: Refined API. Work towards functionality