rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
gps_uart.h
Go to the documentation of this file.
1/*
2 * @file gps_uart.h
3 *
4 *
5 * @date Dec 30, 2013
6 * @author Kot_dnz
7 * @author Andrey Belomutskiy, (c) 2012-2020
8 */
9
10#pragma once
11
12#ifdef __cplusplus
13extern "C"
14{
15#endif /* __cplusplus */
16
17void initGps(void);
18float getCurrentSpeed(void);
19
20#ifdef __cplusplus
21}
22#endif /* __cplusplus */
void initGps(void)
Definition gps_uart.cpp:102
float getCurrentSpeed(void)
Definition gps_uart.cpp:38