新部内対抗A班 / Mbed 2 deprecated circle_war_ver_A_NUCLEO__

Dependencies:   mbed

Fork of circle_war_ver_A_NUCLEO_ by 新部内対抗A班

plot.h

Committer:
baba2357
Date:
2016-04-05
Revision:
14:3403ce49a37a

File content as of revision 14:3403ce49a37a:

#ifndef PLOT_H
#define PLOT_H


extern double target_plot[][3]={
    /*{-600,1200,-90},//青のとき
    {-600,1500,-90},
    {-600,1800,-90},
    {900,1800,-90},
    {900,1800,90},
    {900,1800,0}
    */
    
   
    
    {600,1200,90},//赤のとき location_state=1 一個目
    {600,1500,90},//location_state=2 二個目
    {600,1800,90},//location_state=3 三個目
    {-900,1800,90},//雑木林
    {-900,1800,-90},//雑木林に置く
    //{-900,1800,0}//上面を向く
    
    };
    
#endif