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
a69535d9
Commit
a69535d9
authored
May 10, 2016
by
gitgrimbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change examples_RPi to examples_linux
parent
372562a2
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 @
a69535d9
...
@@ -897,7 +897,7 @@ EXCLUDE_SYMBOLS =
...
@@ -897,7 +897,7 @@ EXCLUDE_SYMBOLS =
# command).
# command).
EXAMPLE_PATH = examples \
EXAMPLE_PATH = examples \
examples_
RPi
examples_
linux
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# 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
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
...
...
RF24.h
View file @
a69535d9
...
@@ -1579,7 +1579,7 @@ private:
...
@@ -1579,7 +1579,7 @@ private:
* @code ./install.sh @endcode
* @code ./install.sh @endcode
* 4. Run an example from one of the libraries
* 4. Run an example from one of the libraries
* @code
* @code
* cd rf24libs/RF24/examples_
RPi
* cd rf24libs/RF24/examples_
linux
* @endcode
* @endcode
* Edit the gettingstarted example, to set your pin configuration
* Edit the gettingstarted example, to set your pin configuration
* @code nano gettingstarted.cpp
* @code nano gettingstarted.cpp
...
@@ -1602,7 +1602,7 @@ private:
...
@@ -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
* **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 sudo make install OR sudo make install RF24_MRAA=1 @endcode
* @code
* @code
* cd examples_
RPi
* cd examples_
linux
* @endcode
* @endcode
* Edit the gettingstarted example, to set your pin configuration
* Edit the gettingstarted example, to set your pin configuration
* @code nano gettingstarted.cpp
* @code nano gettingstarted.cpp
...
@@ -1639,7 +1639,7 @@ private:
...
@@ -1639,7 +1639,7 @@ private:
* @code sudo make install -B RF24_MRAA=1 @endcode
* @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 )
* 5. Configure the correct pins in gettingstarted.cpp (See http://iotdk.intel.com/docs/master/mraa/index.html )
* @code
* @code
* cd examples_
RPi
* cd examples_
linux
* nano gettingstarted.cpp
* nano gettingstarted.cpp
* @endcode
* @endcode
* 6. Build an example
* 6. Build an example
...
@@ -1679,7 +1679,7 @@ private:
...
@@ -1679,7 +1679,7 @@ private:
* @code ./install.sh @endcode
* @code ./install.sh @endcode
* 4. Run an example from one of the libraries
* 4. Run an example from one of the libraries
* @code
* @code
* cd rf24libs/RF24/examples_
RPi
* cd rf24libs/RF24/examples_
linux
* make
* make
* sudo ./gettingstarted
* sudo ./gettingstarted
* @endcode
* @endcode
...
@@ -1696,7 +1696,7 @@ private:
...
@@ -1696,7 +1696,7 @@ private:
* @code cd RF24 @endcode
* @code cd RF24 @endcode
* 4. Build the library, and run an example file:
* 4. Build the library, and run an example file:
* @code sudo make install
* @code sudo make install
* cd examples_
RPi
* cd examples_
linux
* make
* make
* sudo ./gettingstarted
* sudo ./gettingstarted
* @endcode
* @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