..
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
cache board type to avoid poor performance ( #196 )
2017-11-18 23:18:21 -06:00
common.h
check if board is BeagleBone Blue or PocketBeagle
2017-10-28 04:27:03 +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
Comment out debug log in gpio hotpath #188
2017-11-08 17:43:19 -06: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
Filter DEBUG syslog to avoid poor performance #188
2017-11-08 03:03:52 -06: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
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