This website requires JavaScript.
Explore
Help
Sign In
Others
/
CHIP_IO
Watch
1
Star
0
Fork
0
You've already forked CHIP_IO
mirror of
https://github.com/xtacocorex/CHIP_IO
synced
2025-07-20 04:43:21 +00:00
Code
Issues
Releases
Activity
Files
29eb018e78fbd87ab1c77b7d90e5636f44bfc40d
CHIP_IO
/
source
History
fabien-gigante
29eb018e78
Update common.c
...
unnecessary include of Python
2016-08-26 15:57:07 +02:00
..
c_pwm.c
Added a bunch of sanity checking
2016-06-26 14:28:06 -05:00
c_pwm.h
PWM support fixed, the test fails when trying to change the frequency, but I don't think that's an issue. Have not run this against something that needs PWM to operate, but the .dtb I have loaded has /sys/class/pwm/pwmchip0 and it can be configured with this code
2016-02-29 13:04:35 -06:00
c_softpwm.c
Update c_softpwm.c
2016-08-26 15:55:43 +02:00
c_softpwm.h
Edits copyright name on SOFTPWM files
2016-05-09 18:42:36 +00:00
common.c
Update common.c
2016-08-26 15:57:07 +02:00
common.h
Implementing alternate names per issue
#7
, still need to pull the pin names/alt-names/keys into the readme
2016-07-05 20:50:49 -05:00
constants.c
Updating spwmtest.py to check for Issue
#16
. Updated Changelog and version to 0.2.2
2016-07-30 14:46:25 -05:00
constants.h
Initial commit, working GPIO for all available CHIP GPIO pins, have not tested edge detection and callbacks
2016-02-24 21:48:40 -06:00
event_gpio.c
Some refactoring of the edge detection code to clean stuff up, added more tests
2016-07-11 21:14:40 -05:00
event_gpio.h
Initial work at refactoring the edge detection code I added to get it working
2016-07-10 22:00:01 -05:00
py_gpio.c
Inital attempt at fixing
#9
. Things are still broken. wait_for_edge no longer works on AP-EINT1/3, XIO will trigger only one on falling edge.
2016-07-10 14:56:40 -05:00
py_pwm.c
Adding protection for to the GPIO to only allow edge detection and call back on the XIO pins, clean up of the PWM, updated test code
2016-04-02 19:48:57 -05:00
py_softpwm.c
Adds runtime err if softpwm fails for Issue
#16
2016-07-28 12:49:28 +00:00