Tobis Programm forked to not destroy your golden files
Fork of Robocode by
source/Grabbing.cpp@34:40d8d29b44b8, 2017-03-29 (annotated)
- Committer:
- cittecla
- Date:
- Wed Mar 29 12:10:32 2017 +0000
- Revision:
- 34:40d8d29b44b8
- Parent:
- source/grabbing.cpp@18:a82994e67297
- Child:
- 39:92723f7ea54f
update
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cittecla | 12:91c2e07d2b5b | 1 | /** |
cittecla | 12:91c2e07d2b5b | 2 | * Grabbing function library |
cittecla | 12:91c2e07d2b5b | 3 | * Handels grabbing of the LEGO-stones |
cittecla | 12:91c2e07d2b5b | 4 | **/ |
cittecla | 12:91c2e07d2b5b | 5 | |
cittecla | 12:91c2e07d2b5b | 6 | #include "mbed.h" |
cittecla | 12:91c2e07d2b5b | 7 | |
cittecla | 12:91c2e07d2b5b | 8 | double time_counter = 0.0f; |
cittecla | 12:91c2e07d2b5b | 9 | double deltatime = 0.0f; |
cittecla | 12:91c2e07d2b5b | 10 | |
cittecla | 13:57f5a7876d2f | 11 | void grab() |
cittecla | 13:57f5a7876d2f | 12 | { |
cittecla | 12:91c2e07d2b5b | 13 | //call grabbing functions |
cittecla | 12:91c2e07d2b5b | 14 | } |