Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
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
RF24
Commits
8be1be0c
Commit
8be1be0c
authored
Oct 11, 2014
by
TMRh20
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into Updates
parents
ecc51358
c077f709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
RF24_config.h
RF24_config.h
+3
-4
No files found.
RF24_config.h
View file @
8be1be0c
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
//#define FAILURE_HANDLING
//#define FAILURE_HANDLING
//#define SERIAL_DEBUG
//#define SERIAL_DEBUG
//#define MINIMAL
//#define MINIMAL
//#define SPI_UART
//#define SPI_UART
// Requires library from https://github.com/TMRh20/Sketches/tree/master/SPI_UART
//#define SOFTSPI
//#define SOFTSPI
// Requires library from https://github.com/greiman/DigitalIO
/**********************/
/**********************/
// Define _BV for non-Arduino platforms and for Arduino DUE
// Define _BV for non-Arduino platforms and for Arduino DUE
...
@@ -52,7 +52,6 @@
...
@@ -52,7 +52,6 @@
#endif
#endif
#endif
#endif
#else
#else
#include <stdint.h>
#include <stdint.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
...
@@ -71,7 +70,7 @@
...
@@ -71,7 +70,7 @@
#define printf Serial.printf
#define printf Serial.printf
#endif
#endif
#define _SPI SPI
#endif
#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