Skip to content
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

ESP Arduino framework fix #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Xanderr
Copy link

@Xanderr Xanderr commented Apr 17, 2023

Fix for the issue discussed here: #3

There are some minor additional tweaks:

  • Automatic call of SPI.begin() when you call the begin() function of the library.
  • All examples have been updated to apply the fix (except for the wireless serial link and callback irq examples). I tested this on both Arduino and ESP, and works fine.
  • Simple explanation added to the debug sketch on how to use a different SPI bus on ESP.

@hcoohb
Copy link

hcoohb commented May 13, 2023

I can confirm this PR fixes the problem with esphome.
Thanks @Xanderr for putting this together!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants