1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
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