Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-nRF5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-nRF5
Commits
13664e77
Unverified
Commit
13664e77
authored
Apr 14, 2019
by
dlabun
Committed by
GitHub
Apr 14, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #356 from henrygab/patch-1
Fix #355 - Wrong SPI pins defined
parents
acd234f3
a299c1e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
variants/hackaBLE/variant.h
variants/hackaBLE/variant.h
+3
-3
No files found.
variants/hackaBLE/variant.h
View file @
13664e77
...
@@ -82,10 +82,10 @@ static const uint8_t AREF = PIN_AREF;
...
@@ -82,10 +82,10 @@ static const uint8_t AREF = PIN_AREF;
#define SPI_INTERFACES_COUNT 1
#define SPI_INTERFACES_COUNT 1
#define PIN_SPI_MISO (4)
#define PIN_SPI_MISO (4)
#define PIN_SPI_MOSI (
3
)
#define PIN_SPI_MOSI (
5
)
#define PIN_SPI_SCK (
5
)
#define PIN_SPI_SCK (
6
)
#define PIN_SPI_SS (3)
#define PIN_SPI_SS (3)
static
const
uint8_t
SS
=
PIN_SPI_SS
;
static
const
uint8_t
SS
=
PIN_SPI_SS
;
static
const
uint8_t
MOSI
=
PIN_SPI_MOSI
;
static
const
uint8_t
MOSI
=
PIN_SPI_MOSI
;
static
const
uint8_t
MISO
=
PIN_SPI_MISO
;
static
const
uint8_t
MISO
=
PIN_SPI_MISO
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment