-
Notifications
You must be signed in to change notification settings - Fork 220
Adding GPIO for BeagleBone Blue #153
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
Conversation
@MarkAYoder Thanks for creating this PR. Unfortunately, I'm traveling right now, but I will review and respond when I'm back home on Thursday (Aug 10). |
@MarkAYoder I'm working on resolving a regression in PR #152 and will review this once I have resolve that issue. |
@MarkAYoder #152 has been merged so I'm reviewing this now. Is there a reason that you changed the default in the Makefile from Python 2 to Python 3 in commit b01fb01? |
In issue #151, @MarkAYoder replied to my question:
I'll just revert the change to the build default in b01fb01 |
1.0.5 ---- * @pdp7 (5): * Merge pull request #153 from MarkAYoder/master * Fix print syntax to avoid python3 errors * Merge pull request #160 from MarkAYoder/master * document how to read QEP1 * Update rotary-encoder-eqep-test.md * @MarkAYoder (20): * Have GP0_1 working * Removed --force to speed things up * Added GP0 1, 2 and 3 * Flashes 4 LEDs * Works with button * Blinks red and gree LEDs * Blinks all 6 GPIOs * Added red and green LEDs * i2c works * PWD isn't working, yet * Added port setup * Switched to apt install * Added tmp101 to name * Added LED matrix example * Removed newline from print * Added fade * Adding GPIO defs for uart1 * Testing UT1_0, not working yet * Switched GP0_0 to GP0_3, etc. * Added PAUSE and MODE buttons.
I've added entries for the GPIOs on the Blue.
Starting to add entries for the other GPIOs that as UARTs, SPIs, etc. that can be configured to be GPIOs.
--Mark