Core libraries for AVR development. This code base is an attempt to make it easier to jump start more serious AVR projects.
The core libraries are built using make
. We also include a gradle
project for useful tasks. Check out our docs on build process for further reading.
API documentation can be found on ReadTheDocs.
We have extensive test suites for all our libraries. You can read more about our testing strategy here.
We follow the Google C++ Style Guide.