Skip to content

[NORA-W1] Fix SPI pin assignments to match Arduino pinout. #7207

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

Closed
wants to merge 1 commit into from

Conversation

mazgch
Copy link
Contributor

@mazgch mazgch commented Aug 31, 2022

Description of Change

  • fixing the default pin assignment for the SPI peripheral for target added Yesterday.

Tests scenarios

  • tested on EVK-NORA-W10

static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;
static const uint8_t SS = 34;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this change be being made in variants/nora_w10/pins_arduino.h that was added via https://github.com/espressif/arduino-esp32/pull/7191/files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for letting me know, my mistake, here is the correct fix.
#7208

@mazgch mazgch closed this Aug 31, 2022
@mazgch
Copy link
Contributor Author

mazgch commented Aug 31, 2022

sorry I apologise my fault.

@mazgch mazgch deleted the patch-8 branch August 31, 2022 18:05
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