eBoard ๐Ÿ‰  โ‘ โ‘งโ‘จ
Written for SIA 2017/2018
[ ๐Ÿผ ] GENERAL INTRODUCTION

This tutorial is a brief introduction on how to use this headerfile. More...

This tutorial is a brief introduction on how to use this headerfile.

General

Hardware

This header is compatible with:

Several functionalities like AX12Servo need special hardware:

Software

This headerfile was created to enable the port of qfixSoccerBoard code to the Arduino platform. Therefore there are a few changes when coding for the arduino:

This is an example code (doing nothing but compile :D)

#include "/eagleoutice/projects/github/eBoard/docs/eBoard.h"
int main() {
//cool stuff in here ;D
return 0;
}