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

10 Commits

Author SHA1 Message Date
e7db735a2f GPIO able to be controlled by pin sysfs number like RPi.GPIO, close #65 2017-09-13 10:35:32 -05:00
a0b2ac12a6 Adding the ability to generate wheel packages for uploading to pypi, thanks to help from pztrick. This will close #77 2017-09-02 21:04:24 -05:00
4da0812acd Fixing issue where using alt name for the XIO would cause a segfault when speficying the pin as an input. This will close #62 2017-03-06 17:08:05 -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
fa3108544b First stab as getting a capability to dump out .deb files for both Python2 and Python3. 2017-02-19 10:06:22 -06: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
5d8c0f6aaa removing time step in the makefile as the CHIP doesn't have ntpdate installed by default (at least in headless OS) 2016-12-30 16:43:14 +00:00
3cd69cfe93 Updating the Makefile to aid in the package and publish to pypi 2016-12-02 01:15:01 +00: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