Skip to content

Add SparkFun Thing Plus RA6M5. #290

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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix SPI CS pin.
  • Loading branch information
SFE-Brudnerd committed Feb 26, 2024
commit 89c17f3942c97a2f42e7988b48c6f2a5509c5944
2 changes: 1 addition & 1 deletion variants/THINGPLUS_RA6M5/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static const uint8_t D6 = PIN_D6;
#define PIN_SPI_MOSI 18
#define PIN_SPI_MISO 17
#define PIN_SPI_SCK 19
#define PIN_SPI_CS 6
#define PIN_SPI_CS 0
#define FORCE_SPI_MODE (MODE_SCI)

static const uint8_t MOSI = PIN_SPI_MOSI;
Expand Down