Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

BoardDefaults class and library

Bruce j Beare edited this page Jun 27, 2017 · 1 revision

This project includes a BoardDefaults class that is encapsulated in a java library. The purpose of this class is to allow the code (at run time) to self-configure the choice of GPIOs and buses for the board that is being used. It is easy to add additional boards to the BoardDefaults class.

If you don't wish to utilize the library for the BoardDefaults class, you can simply copy the .java file into your project instead of compiling in the library.

Clone this wiki locally