Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: grabbing_lib.cpp
- Revision:
- 12:91c2e07d2b5b
- Child:
- 13:57f5a7876d2f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/grabbing_lib.cpp Fri Feb 24 10:01:05 2017 +0000 @@ -0,0 +1,13 @@ +/** + * 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 +} \ No newline at end of file