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-esp32
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-esp32
Commits
2fe96525
Commit
2fe96525
authored
Jul 03, 2018
by
me-no-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"fix" SPI
parent
0161e286
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
libraries/SPI/src/SPI.cpp
libraries/SPI/src/SPI.cpp
+0
-1
libraries/SPI/src/SPI.h
libraries/SPI/src/SPI.h
+0
-1
No files found.
libraries/SPI/src/SPI.cpp
View file @
2fe96525
...
...
@@ -288,4 +288,3 @@ void SPIClass::writePattern_(uint8_t * data, uint8_t size, uint8_t repeat)
}
SPIClass
SPI
(
VSPI
);
SPIClass
SPI1
(
HSPI
);
libraries/SPI/src/SPI.h
View file @
2fe96525
...
...
@@ -83,6 +83,5 @@ public:
};
extern
SPIClass
SPI
;
extern
SPIClass
SPI1
;
#endif
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