Skip to content

Open-farm/openfarm-core-avr

Repository files navigation

Overview

Core libraries for AVR development. This code base is an attempt to make it easier to jump start more serious AVR projects.

Building

Build Status 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.

Documentation

Documentation Status API documentation can be found on ReadTheDocs.

Testing

We have extensive test suites for all our libraries. You can read more about our testing strategy here.

Contributing

We follow the Google C++ Style Guide.