WiringPi / WiringPi-Python-Deprecated

Python wrapped version of Gordon's Arduino-like WiringPi for the Raspberry Pi
GNU Lesser General Public License v3.0
93 stars 26 forks source link

Documentation? #10

Open garlandkr opened 12 years ago

garlandkr commented 12 years ago

Hey, where are the docs?

import wiringpi
help(wiringpi.wiringPiSetupGpio)

It's blank. =/

Is there someplace else I can look to get an understanding of what these functions do and what input they expect.

Gadgetoid commented 11 years ago

I will read up about Python documentation. It's not a subject I've studied yet; and I'm acutely aware of the utter and total lack of documentation for WiringPi-Python.

Details of the underlying C library can be found at http://wiringpi.com - the functions are the same.