adafruit-beaglebone-io-python/source
omerk 57e630c155 fix compilation for newer versions of Python
PyEval_ThreadsInitialized() and PyEval_InitThreads() are deprecated and break the build, adding a version check to ignore if we are compiling with a newer Python version.
2023-04-22 23:15:33 +01:00
..
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 pwm output for ecap pins P9_28 and P9_42 #342 2021-01-24 22:09:43 -08: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 Add missing comma 2020-07-22 14:58:03 -04:00
common.h use set_pin_mode() to set uart pinmux (#158) 2017-11-30 22:39:14 -06:00
constants.c fix link error due multiple variables definitions 2020-11-28 00:47:41 +01:00
constants.h fix link error due multiple variables definitions 2020-11-28 00:47:41 +01: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 compilation for newer versions of Python 2023-04-22 23:15:33 +01: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