Skip to content

About AVRC

Neomer edited this page Mar 2, 2017 · 4 revisions

WHAT is AVRC?

AVRC is easy-to-use C-like library for AVR micro-controllers' programming.

WHY is AVRC?

AVRC consists of simple .H headers files, thanks to final size of HEX file is similar same as if you'd write all source code on simple C.

HOW is AVRC?

To use AVRC you should follow this simple steps:

  • Clone this repository to your local machine
  • Add to your project 'AVRC/include/'

Clone this wiki locally