target board c027

Dependencies:   mbed

Fork of C027_GPSTransparentSerial by u-blox

main.h

Committer:
Ulhingl
Date:
2016-09-02
Revision:
4:dc72072eb8d0

File content as of revision 4:dc72072eb8d0:

#include "mbed.h"

int baud = GPSBAUD;
    
// open the gps serial port
Serial gps(GPSTXD, GPSRXD);
    
// open the PC serial port and (use the same baudrate)
Serial pc(USBTX, USBRX);
    
void parse(char *cmd, int n);