save some implementation
This commit is contained in:
14
main/hw/gps.h
Normal file
14
main/hw/gps.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GPS_COMPONENT
|
||||
#define GPS_COMPONENT
|
||||
|
||||
#include "driver/uart.h"
|
||||
#include "soc/uart_struct.h"
|
||||
#include "buscfg.h"
|
||||
|
||||
|
||||
|
||||
void gps_task(void *arg);
|
||||
void parse_gpgga(const char *nmea);
|
||||
void parse_gprmc(const char *nmea);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user