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
9fa7d62a
Commit
9fa7d62a
authored
May 14, 2016
by
mz-fuzzy
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #254 from gitgrimbo/fix-examples-folder-name
Change examples_RPi to examples_linux
parents
244dfb12
a69535d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doxyfile
Doxyfile
+1
-1
RF24.h
RF24.h
+5
-5
No files found.
Doxyfile
View file @
9fa7d62a
...
...
@@ -897,7 +897,7 @@ EXCLUDE_SYMBOLS =
# command).
EXAMPLE_PATH = examples \
examples_
RPi
examples_
linux
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
...
...
RF24.h
View file @
9fa7d62a
...
...
@@ -1579,7 +1579,7 @@ private:
* @code ./install.sh @endcode
* 4. Run an example from one of the libraries
* @code
* cd rf24libs/RF24/examples_
RPi
* cd rf24libs/RF24/examples_
linux
* @endcode
* Edit the gettingstarted example, to set your pin configuration
* @code nano gettingstarted.cpp
...
...
@@ -1602,7 +1602,7 @@ private:
* **Note:** See the <a href="http://iotdk.intel.com/docs/master/mraa/index.html">MRAA </a> documentation for more info on installing MRAA
* @code sudo make install OR sudo make install RF24_MRAA=1 @endcode
* @code
* cd examples_
RPi
* cd examples_
linux
* @endcode
* Edit the gettingstarted example, to set your pin configuration
* @code nano gettingstarted.cpp
...
...
@@ -1639,7 +1639,7 @@ private:
* @code sudo make install -B RF24_MRAA=1 @endcode
* 5. Configure the correct pins in gettingstarted.cpp (See http://iotdk.intel.com/docs/master/mraa/index.html )
* @code
* cd examples_
RPi
* cd examples_
linux
* nano gettingstarted.cpp
* @endcode
* 6. Build an example
...
...
@@ -1679,7 +1679,7 @@ private:
* @code ./install.sh @endcode
* 4. Run an example from one of the libraries
* @code
* cd rf24libs/RF24/examples_
RPi
* cd rf24libs/RF24/examples_
linux
* make
* sudo ./gettingstarted
* @endcode
...
...
@@ -1696,7 +1696,7 @@ private:
* @code cd RF24 @endcode
* 4. Build the library, and run an example file:
* @code sudo make install
* cd examples_
RPi
* cd examples_
linux
* make
* sudo ./gettingstarted
* @endcode
...
...
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