Conversation
install` without `sudo` at first? in any case, this addition cannot hurt.
| ```text | ||
| sudo ldconfig | ||
| ``` | ||
|
|
There was a problem hiding this comment.
ldconfig is a development environment specific so I would rather not include it in the build docs. For example when I'm testing, I build and install to a build dir under the current directory and run the tests with:
LD_LIBRARY_PATH=$(pwd)/build ./gpio-test
|
Squash the last 3 commits together, remove the ldconfig documentation stuff as it's developer specific and I'll take the config file. If git is causing you pain I can fix it up locally, just let me know :) |
|
please, if you don't mind doing the fixup yourself, I'd really appreciate it. I'm a perennial n00b with git, can't seem to get past "tenderfoot" rank. |
`request_gpios`
and may or may not be useful going forward. due to the way my development is set up, I need to commit in order to test.
attribute '_InterruptHandler__args'
|
I'm watching these John, I'm not ignoring you; just waiting to find some time to properly review them! |
|
I'm afraid I might be diverging from your design philosophy, and from the
Python Way itself, but I'm trying to get something working quickly :^\
you might just want to pull the updated board configs and leave the rest
alone. but that's up to you.
…On Fri, Jul 14, 2017 at 2:45 AM, Jack Mitchell ***@***.***> wrote:
I'm watching these John, I'm not ignoring you; just waiting to find some
time to properly review them!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#80 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMaXnz9vXpp6OITttq3cIwpIRdiEu2-ks5sNzizgaJpZM4OM8IL>
.
--
John Comeau KE5TFZ jc@unternet.net http://jc.unternet.net/
"A place for everything, and everything all over the place"
|
the Python test, "0 2 shared normal 11111 5555" which is why I was getting 0 for the 3rd and 4th numbers. still trying to find out why pwm_test.py doesn't set given values.
sources are in the comments in the new file.