|
ff91bcd0d1
|
cleanup of the readme and adding pin name table to doc index
|
2017-08-07 22:13:58 -05:00 |
|
|
014dcb8a36
|
Updated README to close #71
|
2017-06-28 20:11:05 -05:00 |
|
|
6e93fad1de
|
README updates following the merge of PR#70 into master
|
2017-06-08 20:06:52 -05:00 |
|
|
2b48571ee3
|
Updating setup to allow for repeated calls on a pin. Not totally sold on this, but it work and is what RPi.GPIO does. This will close #63
|
2017-03-20 23:06:09 -05:00 |
|
|
38a34e7edf
|
Updating the README to clean up how to do callbacks for more clarification on #62
|
2017-03-07 07:22:09 -06:00 |
|
|
f32733bb07
|
Updating the Readme to add a note regarding one callback per pin
|
2017-03-06 17:53:34 -06:00 |
|
|
29377cf24d
|
updates to the pytest tests to fix the issues with pwm, added 2 new tests that bring in 5 total unit tests. python3 unit tests are passing, this will close #42 and close #47
|
2017-02-26 21:04:40 -06:00 |
|
|
f7bec3f891
|
forgot to update the chip pro detection in Utilties, removed overlay stuff from makefile, cleaned up readme
|
2017-02-26 14:07:11 -06:00 |
|
|
dab60b334d
|
version updates prior to merge
|
2017-02-25 19:09:47 -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 |
|
|
541d76f641
|
updating readme to remove the commands that remove the source directory.
|
2017-01-29 20:10:09 +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 |
|
|
40381efa74
|
fixing issue in the readme where the clone command for the dtc compiler was missing .git
|
2017-01-28 04:30:48 +00:00 |
|
|
eafcf0bf69
|
fixing issue related to loading the SPI2 overlay, forcing use of the sample provided by NTC in their chip-dt-overlays deb package.
|
2017-01-28 02:34:04 +00:00 |
|
|
bf27e2feea
|
final updates in the initial addition of debug printing. this should close #55
|
2017-01-28 02:09:14 +00:00 |
|
|
5723bf15b3
|
Readme updates for callbacks to close #49
|
2017-01-08 20:45:16 +00:00 |
|
|
6972f352ae
|
Fixes in LRADC.py for debug printing failing when using Python3. Updates to the README to detail running unit tests for either Python version. Ref #42 and #47
|
2017-01-06 04:11:12 +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 |
|
|
1d641ecdff
|
evidently the README format doesn't like what I did for the earlier change
|
2017-01-02 21:01:40 +00:00 |
|
|
8241f54891
|
Update to the README to make the PocketCHIP specific names more easily recognizable. Update to the Makefile clean function to remove the byte compiled python stuff that wasn't cleaned properly
|
2017-01-02 20:49:09 +00:00 |
|
|
7489fd21b4
|
Removing i2c-1 custom support in OverlayManager as it's back in 4.4.13, this is to close #31. Update to version 0.2.5
|
2016-12-31 05:10:26 +00:00 |
|
|
e0c65de9a8
|
Update README.rst
|
2016-12-01 18:18:17 +02:00 |
|
|
89cbea038e
|
LRADC support to close out feature #15. Added Utilities to enable and disable the 1.8v pin on U13. Updated README. Updated version to 2.3
|
2016-12-01 05:55:26 +00:00 |
|
|
30593306a3
|
update readme indent / code
|
2016-09-22 08:45:03 -07:00 |
|
|
a9902d1267
|
Updating the readme to add Python3 installation process
|
2016-09-18 19:15:44 -05:00 |
|
|
4f6acf4676
|
Pull Request #12 fixes for Issue #10.
|
2016-07-19 21:03:40 -05:00 |
|
|
e270080af8
|
Last commit for #10 to get the Overlay Manager implemented. i2c-1 still shows up as i2c-3, but everything should work. Will add new bug to investigate. Bumping rev to 0.2.0 as this is a big feature. Custom Overlay should work now
|
2016-07-16 17:33:09 -05:00 |
|
|
7123c0e308
|
Evidently I don't know RST formatting. Hopefully this fixes the table of pin names for issue #7.
|
2016-07-05 21:45:47 -05:00 |
|
|
4c7cccd4b3
|
Updating the README per issue #7 to include the pin names/alt-names/key. Also added information about the need for DTB overlay for PWM and SPI
|
2016-07-05 21:34:29 -05:00 |
|
|
6fdeb41b77
|
Updating the README to mention running with super user permissions, adding sudo in front of py.test to help with issues found in issue #8
|
2016-07-05 19:00:40 -05:00 |
|
|
818be5202e
|
Fixing the code to handle pulling the right XIO base number due to the change in the CHIP OS 1.1 with the 4.4 kernel, thanks to howientc and fordsfords for their help
|
2016-06-18 14:34:41 -05:00 |
|
|
bfb660e371
|
Fixes gpio name in SOFTPWM examples
|
2016-05-09 18:33:48 +00:00 |
|
|
0cae62be43
|
Update README.rst
|
2016-05-06 17:30:14 +00:00 |
|
|
6e7dd4984c
|
Updating the README to include notes on edge detection and fixing the first line since it wasn't formatted the way I wanted
|
2016-04-09 10:27:53 -05:00 |
|
|
1b7beac587
|
Updating the readme for PWM instructions and added a test case for PRM which hasn't been tested
|
2016-02-26 08:48:07 -06:00 |
|
|
01ae605491
|
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 |
|