adafruit-beaglebone-io-python/source
Drew Fustini 9e44c5dca0 add alternate name for pin P8_19 (issue #239)
Allow P8_19 to be referenced as GPIO0_22.

Add temporary debugging output to test.
2018-03-23 04:47:53 +00: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 Fix leak of pwm enable file descriptor (#197) 2017-11-24 00:29:04 -06:00
c_pwm.h Add syslog and debugging messages 2017-03-31 02:16:21 -07:00
c_uart.c Switch back to included device trees - possibly it was a regression on upgraded 7.11. 2016-08-10 09:25:29 -07:00
c_uart.h Change return value convention for errors 2016-08-05 13:19:54 -07:00
common.c add alternate name for pin P8_19 (issue #239) 2018-03-23 04:47:53 +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 SEGFAULT when calling remove_event_detect() inside python callback function. 2018-02-18 00:06:57 +00:00
event_gpio.h Added BAT25, BAT50, BAT75, BAT100 and WIFI LEDs 2017-09-13 11:46:09 -04: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 add alternate name for pin P8_19 (issue #239) 2018-03-23 04:47:53 +00: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