-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry if it's a noob question... #78
Comments
So we are in the process of rewriting the library a bit. Its actually basically ready for release. I just want to test it a bit more to make sure the release goes smoothly since it breaks backwards compatibility. You're most likely looking at the |
@zsyed91 how's the testing going? Anything I can do to help? Would you recommend using the Thanks! |
I don't think you should use it for now. The rewrite is based on a plugin gem approach for the drivers. Each of the drivers use a specific way to handle the gpio (file based access, or the C++ library that access /dev/mem). Sadly this work is stalled for several month now. |
Apologies, I've been working on it on the side. I think we're ready for a I think our approach will work perfectly in this scenario once we release. On Sep 27, 2016 12:56 AM, "Marco" notifications@github.com wrote:
|
@zsyed91 good to hear from you too. Ask me for anything when you'll be on it.. |
Sure will do. I'll ping you tomorrow morning, it's very late here :) In the mean time, did you do any real world testing with the new changes? I On Sep 27, 2016 1:02 AM, "Marco" notifications@github.com wrote:
|
yes, Pin works fine for me with sysfs, but won't trigger smoothly with bcm2835 C++ lib. |
we really should have a policy about integration testing... |
Regarding integration testing, I absolutely agree. There must be a better way than physically hooking everything up 😄 . I think let's do this release and then think of some possible ways we can get integration testing without needing physical hardware. It will probably require a lot of effort but if at all possible will make things way more robust. |
but, why can't I see the
bcm2835.rb
file here on github?The text was updated successfully, but these errors were encountered: