Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

grabbing_lib.cpp

Committer:
cittecla
Date:
2017-02-24
Revision:
13:57f5a7876d2f
Parent:
12:91c2e07d2b5b

File content as of revision 13:57f5a7876d2f:

/**
 * Grabbing function library
 * Handels grabbing of the LEGO-stones
**/

#include "mbed.h"

double time_counter = 0.0f;
double deltatime = 0.0f;

void grab()
{
    //call grabbing functions
}