yei
Dependencies: interface mbed enc_1multi calPID motorout KondoServoLibrary
Fork of cat18_operate by
calplace/calplace.cpp@1:cc056c41ae30, 2018-07-06 (annotated)
- Committer:
- shimizuta
- Date:
- Fri Jul 06 02:53:59 2018 +0000
- Revision:
- 1:cc056c41ae30
- Parent:
- new/new.cpp@0:c3a72fe24137
- Child:
- 2:4515e8cc6b60
a;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shimizuta | 1:cc056c41ae30 | 1 | #include "calplace.h" |
shimizuta | 0:c3a72fe24137 | 2 | #include <mbed.h> |
shimizuta | 0:c3a72fe24137 | 3 | |
shimizuta | 0:c3a72fe24137 | 4 | #include "debug.h"//DEBUG("",変数);でデバッグ。 |
shimizuta | 1:cc056c41ae30 | 5 | |
shimizuta | 1:cc056c41ae30 | 6 | ///色から置く場所を計算するプログラム |
shimizuta | 1:cc056c41ae30 | 7 | int CalThrowPlace(Color color){ |
shimizuta | 1:cc056c41ae30 | 8 | return 0; |
shimizuta | 1:cc056c41ae30 | 9 | } |
shimizuta | 1:cc056c41ae30 | 10 | int CalPickPlace(){ |
shimizuta | 1:cc056c41ae30 | 11 | return 0; |
shimizuta | 1:cc056c41ae30 | 12 | } |
shimizuta | 0:c3a72fe24137 | 13 | |
shimizuta | 0:c3a72fe24137 | 14 |