Needs some work

Dependencies:   mbed

main.cpp

Committer:
markco24
Date:
2010-03-10
Revision:
0:0ec25826c208

File content as of revision 0:0ec25826c208:

#include "mbed.h"
#include "gps.h"
#include "data.h"

int main() {
    lcd.printf("Device Starting.");
    pc.baud(921600);
    gps.baud(38400);

    pc.printf("\033[2J");

    wait(0.25);
    while(1) {
        getGPSstring(1);
    }
}