2

Dependencies:   AQM0802A HMC6352 PID Servo mbed

main.h

Committer:
ryuna
Date:
2015-02-13
Revision:
0:dfe81bdcb486
Child:
3:0c994b3a882e

File content as of revision 0:dfe81bdcb486:


int TargetCoordinates[12][2][2] = {
    {{0,1},{0,1}},//p,q+6
    {{0,1},{0,1}},//p,q+5
    {{0,1},{0,1}},//p,q+4
    {{0,1},{0,1}},//p,q+3
    {{0,1},{0,1}},//p,q+2
    {{0,1},{0,1}},//p,q+1
    {{0,1},{0,1}},//p,q
    {{0,1},{0,1}},//p-1,q
    {{0,1},{0,1}},//p-2,q
    {{0,1},{0,1}},//p-3,q
    {{0,1},{0,1}},//p-4,q
    {{0,1},{0,1}},//0,q
    };
    
/*
    |               |
    |               |
    |       o       |
    |               |
    |               |
    |---------------p,q
    
    
*/