6 Commits

Author SHA1 Message Date
Dave Jones
afa23949e8 Turn pinout docs into man-page
Stops lintian whinging about missing man-pages
2017-07-16 23:09:29 +01:00
Andrew Scheller
9a02029c15 Add docs/_build to .gitignore 2016-04-19 21:51:15 +01:00
Andrew Scheller
fc95cd8056 Add .cache directory to .gitignore
Seems to get created during `make test`
2016-02-17 12:36:40 +00:00
Ben Nuttall
9ca5b60aa8 Ignore built documentation directory 2015-09-28 11:48:53 +01:00
Dave Jones
b87bb0c4c3 Minor clean-up
Expand gitignore to include the usual py developing stuff, add an
__init__ to make this a legitimate package, move GPIO initialization
into the package init, import all stuff from input and output devices in
the package to enable the access demonstrated in the example, remove a
duplicate method from LightSensor, and make motion_detected a property
(for consistency with is_active which it presumably parallels).
2015-09-15 08:43:13 +01:00
Ben Nuttall
95118e504d Ignore *.pyc 2015-09-14 11:04:18 +01:00