rusefi/firmware/hw_layer/neo6m.h

17 lines
243 B
C

/*
* @file neo6m.h
*
*
* @date Dec 30, 2013
* @author Kot_dnz
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef NEO6M_H_
#define NEO6M_H_
void initGps(void);
float getCurrentSpeed(void);
#endif /* NEO6M_H_ */