From d04f196340c99971debf899d0f075916a3b98825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 8 Feb 2015 10:20:34 +0100 Subject: 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32d8757 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +.* +!/.gitignore + +doc/html -- cgit v1.2.3