libleguan¶
libleguan is the support library used to interact with all hardware found on the Leguan Development Board.
Getting Started¶
To use libleguan, make sure to download the Template project or one of the examples to get started.
To get access to all libleguan features, include the main header at the top of your file:
#include <leguan.h>
And initialize the library before using any functions:
LEGUAN_Init();
The examples and template already do this for you in main.c