-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add ayab-esp32 Build environment #182
Conversation
New Adafruit MCP23017 library has support for both MCP23017 and MCP23008. I did not lock the version but we can do this if necessary. Removed git submodules. |
I think we should merge this as-is. The PR is for build environment which I think is good to go. |
Seems the CI still sees the .gitmodules file although it has been deleted. Let's give it a try and merge, worst case we have to fix it after merge... :-/ |
@t0mpr1c3 could you please review the PR so we can merge? I can't as I am an author to this PR as well. |
Yes, just let me know when the dependencies are sorted out. |
I think the dependencies were all sorted out- just an issue with CI for now which might require bringing the PR in anyway so that the CI is not looking for old files. |
Yes...so I think we can merge this one for now to see if CI is working properly. |
Are you sure we should merge to dev? I thought we don't want to do any ESP stuff until after 1.0 release. I agree we need a place to work on the refactor though. Maybe we can have a post-1.0 branch? |
Thanks for pointing that out. |
Agreed, let's just keep like that for now. |
This Pull Request adds support to communicate with the new ayab-esp32 hardware platform.
Functionality is the same as with Arduino Uno
Still To Do: