ueight 0.2.2

Helpers for raw AVR programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ueight

## helper functions for eight bit architecture (AVR) programming

* register
  * write
  * read
* bit
  * set
  * unset
  * toggle
* convert
  * bit_to_char
  * byte_to_char_array
  * byte_repr