|
1e3935c8ea
|
finalizing servo, softpwm, and pwm api docs, cleanup of code comments for #73
|
2017-08-07 22:02:16 -05:00 |
|
|
d4b1d8a41c
|
adding i2s pins as gpio capable for the chip pro, code to handle per pwm/softpwm cleanup to close #64
|
2017-05-01 22:50:17 -05:00 |
|
|
121ad398e4
|
new method for determining if the computer is a chip/chip pro, this fixes the runtimeerror's i was getting. for #32
|
2017-02-25 17:06:38 -06:00 |
|
|
ca7d221b33
|
More work on #32, Checks for gpio being invalid on specific hardware, pwm invalid checks done. Need to do proper export of PWM1 on CHIP Pro
|
2017-02-20 05:03:04 +00:00 |
|
|
c5dbede3c4
|
Formal initial start at CHIP Pro support. Removed the custom DT Overlays, OverlayManager now pulls dtbo from chip-dt-overlays package from NTC. First commit to CHIP_IO from a CPro DevKit
|
2017-02-13 05:18:33 +00:00 |
|
|
6bd2e61450
|
software servo! this implements and will close #41. also fixed issue with softpwm cleanup(), update to version 0.4.0
|
2017-02-07 04:17:09 +00:00 |
|
|
cd85e2b5eb
|
cleanup of brettcvz's read_byte function, added read_word since he really needs 12 bits of data. finally fixed the gpio cleanup() without argument issue once and for all, sorry for lying howientc
|
2017-01-29 22:58:41 +00:00 |
|
|
2b23e2d165
|
pull up/down feature addition to close #48. fixed gpio cleanup() function again, 3rd time is a charm. version bump to 0.3.4
|
2017-01-29 03:50:37 +00:00 |
|
|
cb4e272a35
|
adding the code to py_pwm.c to get the error data out of c_pwm.c. general code cleanup. this should close #56 as the softpwm code had the error string support already in it
|
2017-01-28 19:04:31 +00:00 |
|
|
3ff79d43e3
|
version bump to 0.3.3, cleaning up stuff left over in fixing #40, start of implementing #56
|
2017-01-28 05:41:05 +00:00 |
|
|
8221016c10
|
More updates to the library to add debug printing
|
2017-01-26 05:55:30 +00:00 |
|
|
486cf73860
|
Fix and close #50, I really don't understand pointers because Python abstracts that all out for me and C does not.
|
2017-01-10 01:14:16 +00:00 |
|
|
8ecec67bad
|
Fixing and Closing #43, #44, and #45. setmode() function added, per pin cleanup added for GPIO and SOFTPWM, and README updates
|
2017-01-05 05:54:14 +00:00 |
|
|
1e3e801e60
|
Adds runtime err if softpwm fails for Issue #16
|
2016-07-28 12:49:28 +00:00 |
|
|
71b6829804
|
Reworked a lot of error handling.
|
2016-07-02 18:57:03 -05:00 |
|
|
2ebbffd137
|
Edits copyright name on SOFTPWM files
|
2016-05-09 18:42:36 +00:00 |
|
|
f5063c199c
|
Corrects backwards polarity
|
2016-05-06 17:30:14 +00:00 |
|
|
9ef55ede59
|
Makes default polarity 1
|
2016-05-06 17:30:13 +00:00 |
|
|
d7bf982b11
|
Adds softpwm disabling and restructures thread
|
2016-05-06 17:30:12 +00:00 |
|
|
9ac22c32cd
|
Adds softpwm files
|
2016-05-06 17:30:11 +00:00 |
|