adafruit-beaglebone-io-python/source
Drew Fustini 8b6c083162 Merge pull request #160 from MarkAYoder/master
Switched to new Blue gpio numbering:  GP0_0 is now GP0_3
2017-08-30 19:39:19 -05:00
..
examples Added PAUSE and MODE buttons. 2017-08-30 13:41:19 -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 * Added debug output to set_pin_mode() 2017-07-31 18:50:26 +01:00
c_pinmux.h Change return value convention for errors 2016-08-05 13:19:54 -07:00
c_pwm.c Add syslog and debugging messages 2017-03-31 02:16:21 -07: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 Added PAUSE and MODE buttons. 2017-08-30 13:41:19 -04:00
common.h increase size of ctrl_dir and ocp_dir for future use 2017-04-19 04:00:36 +00: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 Added PAUSE and MODE buttons. 2017-08-30 13:41:19 -04:00
event_gpio.h Added red and green LEDs 2017-07-28 16:53:39 -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 * Added error checking for setting pin direction in gpio.setup() (Python) 2017-07-31 17:57:20 +01:00
py_pwm.c Add syslog and debugging messages 2017-03-31 02:16:21 -07:00
py_uart.c Fix unused parameter warning [-Werror=unused-parameter] 2017-01-10 10:52:01 +00:00
spimodule.c Fix gcc warnings about comparing signed and unsigned values 2017-01-11 09:14:38 +00:00