aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Add implementation of USART and more ground changesKarel Kočí2015-10-08
|
* Update README.mdKarel Kočí2015-06-03
|
* README.md add ATtiny4313Karel Kočí2015-03-14
|
* Initial commitKarel Kočí2015-01-29
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)