adafruit-beaglebone-io-python/source
Sam Bristow 448854c209 Return error-code for failing interface
Rather than returning the error code for UART1 regardless of which
interface had problems, we should return the error code for the
interface that actually had an error.

Pretty sure this was a simple copy-paste mistake.
2018-10-09 23:57:20 +13:00
..
examples Added BAT25, BAT50, BAT75, BAT100 and WIFI LEDs 2017-09-13 11:46:09 -04:00
include/adafruit Add default values to pwm::start() method. 2017-03-31 02:17:00 -07:00
library Add libadafruit-bbio with C++ wrappers for PWM/GPIO 2017-03-31 02:17:00 -07:00
test/cpp Add PWM c++ tests 2017-03-31 02:17:00 -07:00
c_adc.c Sleep after loading ADC overlay to allow driver load 2017-06-30 06:46:49 +00:00
c_adc.h Bug fixes almost to stability 2016-08-08 10:51:15 -07:00
c_pinmux.c add "Adafruit_BBIO" to syslog() 2017-10-31 03:53:02 +00:00
c_pinmux.h Change return value convention for errors 2016-08-05 13:19:54 -07:00
c_pwm.c Added usleep after successfully enabling PWM via udev. 2018-04-12 22:46:49 +00:00
c_pwm.h Add syslog and debugging messages 2017-03-31 02:16:21 -07:00
c_uart.c Return error-code for failing interface 2018-10-09 23:57:20 +13:00
c_uart.h Change return value convention for errors 2016-08-05 13:19:54 -07:00
common.c do not load overlays for the beaglebone blue #283 2018-10-07 22:10:02 +00:00
common.h use set_pin_mode() to set uart pinmux (#158) 2017-11-30 22:39:14 -06:00
constants.c bump version to 0.0.20 2014-05-27 19:45:51 +00:00
constants.h Add ifndef guards to all header files 2016-08-05 11:17:14 -07:00
event_gpio.c Fixed GPIO export problem; Leaves GPIO in bad state on latest BeagleBone image on PocketBeagle 2018-09-30 16:24:33 +00:00
event_gpio.h * Minor style fixes 2018-05-31 18:10:26 +01:00
Makefile.am Add PWM c++ tests 2017-03-31 02:17:00 -07:00
py_adc.c Fix gcc warnings about comparing signed and unsigned values 2017-01-11 09:14:38 +00:00
py_gpio.c * Fixed SEGFAULT in event_gpio,c run_callbacks() 2018-05-30 16:47:47 +01:00
py_pwm.c Fix seg fault of PWM in Python 3.6 (#189) 2017-11-25 05:24:44 -06:00
py_uart.c use set_pin_mode() to set uart pinmux (#158) 2017-11-30 22:39:14 -06:00
spimodule.c Fix spidev path mismatch (#216) 2017-12-01 06:36:50 -06:00