forked from things-nyc/arduino-lmic
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SPI.begin() variants #37
Labels
Comments
Good idea. We can add this to the pin map, I think.
|
Closed
@terrillmoore I could need this, too, for my paxcounter software which supports generic boards. |
Suggested implemenation with pull request #157 |
Unfortunately, I discovered that my suggestion of adding to the pinmap can't work on Adafruit BSPs. Sigh. Plus (after suggesting that) I learned that changing the pinmap can be a major breaking change. See my comments on #157. |
This is closed by #190. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
On some boards, SPI.begin() is used to set SPI pins:
Currently, this is hardcoded in the library, but it may be best to leave it for the user sketch.
https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic/10247/131
The text was updated successfully, but these errors were encountered: