mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 15:50:36 +09:00
24
README.md
24
README.md
@@ -5,9 +5,17 @@ WiringPi: An implementation of most of the Arduino Wiring
|
|||||||
|
|
||||||
WiringPi implements new functions for managing IO expanders.
|
WiringPi implements new functions for managing IO expanders.
|
||||||
|
|
||||||
##Testing
|
#Quick Build
|
||||||
Build with gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
|
|
||||||
Built against Python 2.7.2, Python 3.2.3
|
A quick and dirty build script is supplied to install WiringPi-Python for Python 2 and 3. Just:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone --recursive https://github.com/WiringPi/WiringPi-Python.git
|
||||||
|
cd WiringPi-Python
|
||||||
|
./build.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
#Manual Build
|
||||||
|
|
||||||
##Get/setup repo
|
##Get/setup repo
|
||||||
```bash
|
```bash
|
||||||
@@ -30,18 +38,22 @@ sudo ./build
|
|||||||
```
|
```
|
||||||
|
|
||||||
##Generate Bindings
|
##Generate Bindings
|
||||||
|
|
||||||
|
Return to the root directory of the repository and:
|
||||||
|
|
||||||
`swig2.0 -python wiringpi.i`
|
`swig2.0 -python wiringpi.i`
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
`swig3.0 -thread -python wiringpi.i`
|
`swig3.0 -thread -python wiringpi.i`
|
||||||
|
|
||||||
##Build & install with
|
##Build & install with
|
||||||
|
|
||||||
`sudo python setup.py install`
|
`sudo python setup.py install`
|
||||||
|
|
||||||
Or Python 3:
|
Or Python 3:
|
||||||
`sudo python3 setup.py install`
|
|
||||||
|
|
||||||
#Class-based Usage
|
`sudo python3 setup.py install`
|
||||||
Description incoming!
|
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user