..
examples
Use print() function in all code and docs
2018-10-09 23:34:26 +13: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
Fix warnings on format truncation and sizeof in strncpy #308
2019-12-11 09:03:44 +00:00
c_adc.h
Bug fixes almost to stability
2016-08-08 10:51:15 -07:00
c_pinmux.c
Fix warning print format strings being truncated #308
2019-12-06 10:24:47 +00:00
c_pinmux.h
Change return value convention for errors
2016-08-05 13:19:54 -07:00
c_pwm.c
Fix warnings on format truncation and sizeof in strncpy #308
2019-12-11 09:03:44 +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
Fix warning print format strings being truncated #308
2019-12-06 10:24:47 +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
Fix warning about casting incompatible function types #308
2019-12-06 10:20:18 +00:00
py_pwm.c
Fix warning about casting incompatible function types #308
2019-12-06 10:26:49 +00:00
py_uart.c
use set_pin_mode() to set uart pinmux ( #158 )
2017-11-30 22:39:14 -06:00
spimodule.c
Fix warning about casting incompatible function types #308
2019-12-11 09:06:12 +00:00