#u8 #8-bit #avr

ueight

Helpers for raw AVR programming

1 unstable release

0.2.7 Aug 16, 2021
0.2.6 Aug 16, 2021
0.1.1 Aug 13, 2021

#1112 in Embedded development

Apache-2.0

8KB
117 lines

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

No runtime deps