Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove travic configuration | Karel Kočí | 2017-01-30 |
| | | | | I am not going to use travis. | ||
* | Add some more progress and split non-core functionality to separate repo | Karel 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 support | Karel Kočí | 2016-03-09 |
| | |||
* | Another full update of current work | Karel Kočí | 2016-03-08 |
| | |||
* | Add implementation of USART and more ground changes | Karel Kočí | 2015-10-08 |
| | |||
* | Update README.md | Karel Kočí | 2015-06-03 |
| | |||
* | README.md add ATtiny4313 | Karel Kočí | 2015-03-14 |
| | |||
* | Initial commit | Karel 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) |