/* * nmea.h * * Created on: 16/nov/2011 * Author: operatore */ #ifndef NMEA_H_ #define NMEA_H_ void ip_nmea_init(void); void ip_nmea_write(char *buf, int len); #endif /* NMEA_H_ */