13 lines
197 B
C
13 lines
197 B
C
#ifndef _GPS_H_
|
|
#define _GPS_H_
|
|
|
|
#include <TinyGPSPlus.h>
|
|
#include "config.h"
|
|
#include "common.h"
|
|
#include "dtc.h"
|
|
#include "debugger.h"
|
|
|
|
void Init_GPS();
|
|
uint32_t Process_GPS_WheelSpeed();
|
|
|
|
#endif |