Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

cell_locate.h

Committer:
philemonf
Date:
2014-09-30
Revision:
1:23ffa0e091bc

File content as of revision 1:23ffa0e091bc:


#ifndef __CELL_LOCATE_H__
#define __CELL_LOCATE_H__

struct cell_locate_data_t {
    float latitude;
    float longitude;
};

int cell_locate(cell_locate_data_t *cell_locate_data);

#endif