aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Remove travic configurationKarel Kočí2017-01-30
| | | | I am not going to use travis.
* Add some more progress and split non-core functionality to separate repoKarel Kočí2016-06-30
| | | | | | | More progress to implementation and some changes in project it self. This library will implement only drivers for features on chip but nothing else. Everything connected externally is now in separate repository.
* Add travis supportKarel Kočí2016-03-09
|
* Another full update of current workKarel Kočí2016-03-08
|
* 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)