Commit cd596482 authored by TMRh20's avatar TMRh20

Add readme for python wrapper

- Add readme for python wrapper
- Add link to main page of documentation for python.
parent a0c80875
......@@ -1210,6 +1210,7 @@ private:
* See the included examples for more info on using ATTiny with RF24 <br>
* See https://github.com/TCWORLD/ATTinyCore/tree/master/PCREL%20Patch%20for%20GCC for ATTiny patch
* - Raspberry Pi Support: See the readme at https://github.com/TMRh20/RF24/tree/master/RPi/RF24
* - A python wrapper is also available for RPi: https://github.com/TMRh20/RF24/tree/Updates/RPi/pyRF24/readme.md
*
* @section More More Information
*
......
# RF24 Python Wrapper (by https://github.com/mz-fuzzy)
Installation:
1. Install the boost libraries:
sudo apt-get install libboost1.50-all
2. Build the library:
./setup.py build
3. Install the library:install:
./setup.py install
See the included example for usage information. ( https://github.com/TMRh20/RF24/tree/master/examples_RPi )
\ No newline at end of file
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