Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of circle_war_ver_A_NUCLEO_ by
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