rusefi-1/firmware/hw_layer/neo6m.h

23 lines
288 B
C

/*
* @file neo6m.h
*
*
* @date Dec 30, 2013
* @author Kot_dnz
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void initGps(void);
float getCurrentSpeed(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */