Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Interrupt for ADS data ready pin #22
Comments
aj-ptw
self-assigned this
May 10, 2016
aj-ptw
added this to the
v1.0
milestone
May 10, 2016
aj-ptw
added enhancement ready
labels
May 10, 2016
|
Seems like a good guide: http://chipkit.net/wp-content/uploads/2016/02/MajenkoTech-AN1132-Working-with-chipKIT-Interrupts.pdf |
|
Another longer guide http://chipkit.net/wp-content/uploads/2015/05/chipKIT_PIC32_Interrupt_Handling.pdf |
|
@biomurph here are some good tutorials |
aj-ptw
added new feature help wanted and removed ready new feature
labels
May 10, 2016
|
Hey! I poked around and figured out how to make interrupts work! |
wjcroft
commented
May 29, 2016
|
Joel, very cool, thanks. |
|
This has been complete and can be found in all examples here https://github.com/OpenBCI/OpenBCI_32bit_Library/tree/2.0.0 |
aj-ptw commentedMay 10, 2016
•
edited
Check out ChipKit for examples of how to do this.