aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-02-08 10:20:34 +0100
committerKarel Kočí <cynerd@email.cz>2015-02-08 10:20:34 +0100
commitd04f196340c99971debf899d0f075916a3b98825 (patch)
tree150c7ce41b1172bac77df9d30baa14bfeef17cf6 /.gitignore
parent0be64cb86f8856dc8342a24c5d99290d7e1cc8d2 (diff)
downloadavr-ioe-d04f196340c99971debf899d0f075916a3b98825.tar.gz
avr-ioe-d04f196340c99971debf899d0f075916a3b98825.tar.bz2
avr-ioe-d04f196340c99971debf899d0f075916a3b98825.zip
Add GPIO input documentation, global config and gitignore
Also added gpio_set_not() as simple output negation. Macro definition gpio_set_in is moved up in file to group with gpio_set_out.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..32d8757
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*~
+.*
+!/.gitignore
+
+doc/html