Tobis Programm forked to not destroy your golden files
Fork of Robocode by
source/Grabbing.cpp
- Committer:
- cittecla
- Date:
- 2017-03-29
- Revision:
- 34:40d8d29b44b8
- Parent:
- source/grabbing.cpp@ 18:a82994e67297
- Child:
- 39:92723f7ea54f
File content as of revision 34:40d8d29b44b8:
/** * 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 }