-
Notifications
You must be signed in to change notification settings - Fork 296
QEI Module #7
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
base: master
Are you sure you want to change the base?
QEI Module #7
Conversation
Sorry for the delay on getting this integrated. The main reason I've been holding off is two-fold:
So, I think what might be easiest would be to keep this a platform-specific module, which I can translate this into if you're not familiar with the process. The other option would be to go with something a little closer to the lowest common denominator for the other platforms that add support or to support some of the in-between functionality in software for them, and then perhaps put any remaining nice hardware features as accessible from a platform-specific module. Let me know what you might like to do. |
James, Thanks for letting me know. The lm3s does provide a good set of functions for implementing the QEs, I agree it would probably be best at this stage to make it a platform Many thanks for your time, On Wed, Feb 1, 2012 at 7:52 AM, James Snyder <
Campbell Letts Ph. 027 340 9882 |
I've started the modifications over here: https://github.com/jsnyder/elua/tree/lm3s_qei As of when I'm writing this comment I had gotten it to compile, but haven't checked that the module works correctly or adjusted the docs. I'll try at least checking that I translated the general -> platform specific module code this weekend and maybe try the module with some hardware after that. The module should show up on lm3s.qei at the moment. |
Hi,
celetts/elua has the quadrature encoding interface generic module with support for lm3s, specifically lm3s8962.
Module allows use of quadrature encoders, returning raw velocity readings, rpm, and position from each encoder.
Cheers,
Campbell