yei

Dependencies:   interface mbed enc_1multi calPID motorout KondoServoLibrary

Fork of cat18_operate by Catch the GIANT Caplico!

calplace/calplace.h

Committer:
shimizuta
Date:
2018-07-06
Revision:
1:cc056c41ae30
Child:
2:4515e8cc6b60

File content as of revision 1:cc056c41ae30:

#ifndef INCLUDED_NEW_NEW_H
#define INCLUDED_NEW_NEW_H
#include "state.h"
/** @file
@brief 場所計算関数
*/
///色から置く場所を計算するプログラム
int CalThrowPlace(Color color);
int CalPickPlace();
#endif