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-18
Revision:
60:b57577b0072f
Parent:
55:a1e6fb87d648
Child:
66:87b615e4a842

File content as of revision 60:b57577b0072f:

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

#include "Grabbing.h"

int grabbing(){
    //void
    return 0;
    }
    
int arm_position_move(){
    //void (Mittelstellung für Fahrt)
    return 0;
    }
    
int arm_position_grabbing(){
    void set_servo_position(int servo, int deg);
    return 0;
    }
    
int arm_position_release(){
    
    return 0;
    }
    
int open_grabber(){
    
    return 0;
    }
    
int close_grabber(){
    
    return 0;
    }