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

Generalise SPI pin names #2970

Merged
merged 5 commits into from
Nov 29, 2023
Merged

Conversation

S5NC
Copy link
Contributor

@S5NC S5NC commented Nov 29, 2023

Removes legacy RF95_ naming scheme for pins used by all (and only all) LoRa ICs, changes them to generic LORA_.
Replacements done using VS Code find-and-replace.
The SPI bus used by the LoRa IC can support other devices (they need their own NSS pin) (such as a display) but its best to use another SPI bus for other devices, so that the LoRa IC always has a bus available ASAP to communicate with the MCU, instead of waiting communication between the MCU and another device to finish.

thebentern added a commit to meshtastic/artifacts that referenced this pull request Nov 29, 2023
@thebentern thebentern merged commit 18cf8ca into meshtastic:master Nov 29, 2023
59 checks passed
@S5NC S5NC deleted the generaliseSPIPinNames branch November 29, 2023 23:36
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.

None yet

2 participants