| Commit message (Collapse) | Author | Age |
|
|
|
| |
SPI on USI implemented. But not tested yet.
|
|
|
|
|
| |
Added dummy makefile. Only for cleaning.
files.mk is intended for project makefile.
|
|
|
|
|
| |
Documentation will be hand written. At least until better solution.
Problem is with ifdefs.
|
|
|
|
|
|
| |
Considering limitation of this and high limitations is GPIO removed.
Maybe it made code more clear, but direct access to registers is more
effective if we want to set multiple pins in one set.
|
|
|
|
|
| |
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.
|
|
Only GPIO output implemented.
Implementing:
Macros
gpio_get_mode(SET, PIN)
gpio_set_out(SET, PIN)
gpio_set_in(SET, PIN)
gpio_set_high(SET, PIN)
gpio_set_low(SET, PIN)
gpio_set_value(SET, PIN, VALUE)
|