Commit 9fa7d62a authored by mz-fuzzy's avatar mz-fuzzy

Merge pull request #254 from gitgrimbo/fix-examples-folder-name

Change examples_RPi to examples_linux
parents 244dfb12 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
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment