Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

source/Grabbing.cpp

Committer:
cittecla
Date:
2017-04-04
Revision:
39:92723f7ea54f
Parent:
34:40d8d29b44b8
Child:
55:a1e6fb87d648

File content as of revision 39:92723f7ea54f:

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

#include "Grabbing.h"


int grabbing(){
    
    return 0;
    }
    
int arm_position_move(){
    
    return 0;
    }
    
int arm_position_grabbing(){
    
    return 0;
    }
    
int arm_position_release(){
    
    return 0;
    }
    
int oben_grabber(){
    
    return 0;
    }
    
int close_grabber(){
    
    return 0;
    }
    
int test_color(){
    
    return 0;
    }