aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add *.o to gitignoreKarel Kočí2015-03-22
| | | | To ignore output obj files.
* Remove documentationKarel Kočí2015-03-14
| | | | | Documentation will be hand written. At least until better solution. Problem is with ifdefs.
* Add GPIO input documentation, global config and gitignoreKarel Kočí2015-02-08
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.