rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
algo
odometer.h
Go to the documentation of this file.
1
#pragma once
2
3
#if EFI_PROD_CODE && HAL_USE_EEPROM
4
#ifndef EE_PAGE_SIZE
5
#define EE_PAGE_SIZE 32
6
#endif
7
8
#ifndef EE_SIZE
9
#define EE_SIZE 4096
10
#endif
11
12
#ifndef EE_U2CD
13
#define EE_U2CD I2CD3
14
#endif
15
16
struct
odometer_state
{
17
int
totalMeters
;
18
int
crc
;
19
};
20
21
#endif
odometer_state
Definition
odometer.h:16
odometer_state::totalMeters
int totalMeters
Definition
odometer.h:17
odometer_state::crc
int crc
Definition
odometer.h:18
Generated on Fri Sep 26 2025 00:10:14 for rusEFI by
1.9.8