commit | fa09d1898de31ac03730ca0787c903e8e9c92d27 | [log] [tgz] |
---|---|---|
author | Philip Howard <phil@gadgetoid.com> | Mon Apr 01 21:11:00 2013 +0000 |
committer | Philip Howard <phil@gadgetoid.com> | Mon Apr 01 21:11:00 2013 +0000 |
tree | 4d6bde3b8b6f8e82237d46d2e2587a65b9d19445 | |
parent | 859dda118b52c90c8ff7466efdcedd7af49a6aa4 [diff] [blame] |
Various bug fixes
diff --git a/test.py b/test.py new file mode 100644 index 0000000..95f497e --- /dev/null +++ b/test.py
@@ -0,0 +1,4 @@ +import wiringpi2 as wiringpi +io = wiringpi.GPIO(wiringpi.GPIO.WPI_MODE_PINS) +print io.digitalRead(1) +print io.analogRead(1)