Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

cell_locate.cpp

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

File content as of revision 1:23ffa0e091bc:

#include "cell_locate.h"

#include "MDM.h"

int cell_locate_init(void)
{
    
}

int cell_locate(cell_locate_data_t *cell_locate_data)
{
        
    return 0;
}