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
ac3962cc
Commit
ac3962cc
authored
Apr 30, 2014
by
cornet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use spaces, not tabs, in readme.md
parent
ddd6a0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
RPi/RF24/readme.md
RPi/RF24/readme.md
+11
-11
No files found.
RPi/RF24/readme.md
View file @
ac3962cc
...
...
@@ -25,9 +25,9 @@ C. Update other software and libraries:
A. Make a directory to contain the RF24 and possibly RF24Network lib and enter it:
mkdir ~/rf24libs
cd ~/rf24libs
cd ~/rf24libs
B.
Clone the RF24 Repo
B.
Clone the RF24 Repo
git clone https://github.com/tmrh20/RF24.git rtemp
...
...
@@ -44,7 +44,7 @@ D. Build the library, and run an example file:
cd examples
make
sudo ./gettingstarted
# RPi - RF24Network Quick-Start
...
...
@@ -68,7 +68,7 @@ D. Build the library
cd examples
sudo make
sudo ./helloworld_rx OR sudo ./helloworld_tx
# Connection Info
...
...
@@ -87,13 +87,13 @@ Choose any RPi output pin for radio CE pin.
| NRF24L01 | RPI | P1 Connector |
|----------|------------|--------------|
| VCC
| rpi-3v3 | (17) |
| GND
| rpi-gnd | (25) |
| CE
| rpi-gpio22 | (15) |
| CSN
| rpi-gpio8 | (24) |
| SCK
| rpi-sckl | (23) |
| MOSI
| rpi-mosi | (19) |
| MISO
| rpi-miso | (21) |
| VCC
| rpi-3v3 | (17) |
| GND
| rpi-gnd | (25) |
| CE
| rpi-gpio22 | (15) |
| CSN
| rpi-gpio8 | (24) |
| SCK
| rpi-sckl | (23) |
| MOSI
| rpi-mosi | (19) |
| MISO
| rpi-miso | (21) |
See http://www.airspayce.com/mikem/bcm2835/index.html for BCM2835 class documentation.
...
...
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