yei
Dependencies: interface mbed enc_1multi calPID motorout KondoServoLibrary
Fork of cat18_operate by
calplace/calplace.cpp
- Committer:
- shimizuta
- Date:
- 2018-07-06
- Revision:
- 1:cc056c41ae30
- Parent:
- new/new.cpp@ 0:c3a72fe24137
- Child:
- 2:4515e8cc6b60
File content as of revision 1:cc056c41ae30:
#include "calplace.h" #include <mbed.h> #include "debug.h"//DEBUG("",変数);でデバッグ。 ///色から置く場所を計算するプログラム int CalThrowPlace(Color color){ return 0; } int CalPickPlace(){ return 0; }