Skip to content

Commit

Permalink
Merge pull request #254 from gitgrimbo/fix-examples-folder-name
Browse files Browse the repository at this point in the history
Change examples_RPi to examples_linux
  • Loading branch information
martin-mat committed May 15, 2016
2 parents 244dfb1 + a69535d commit 9fa7d62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ s *
* @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
Expand All @@ -1602,7 +1602,7 @@ s *
* **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
Expand Down Expand Up @@ -1639,7 +1639,7 @@ s *
* @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
Expand Down Expand Up @@ -1679,7 +1679,7 @@ s *
* @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
Expand All @@ -1696,7 +1696,7 @@ s *
* @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
Expand Down

0 comments on commit 9fa7d62

Please sign in to comment.