rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hw_layer
sensors
max3185x.h
Go to the documentation of this file.
1
/**
2
* @file max3185x.h
3
*
4
* @date Sep 17, 2014
5
* @author Andrey Belomutskiy, (c) 2012-2020
6
*/
7
8
#pragma once
9
10
#include "
global.h
"
11
#include "
engine_configuration.h
"
12
13
#if HAL_USE_SPI
14
void
initMax3185x
(
spi_device_e
device
,
egt_cs_array_t
max31855_cs);
15
void
stopMax3185x
();
16
void
startMax3185x
(
spi_device_e
device
,
egt_cs_array_t
max31855_cs);
17
#endif
/* HAL_USE_SPI */
engine_configuration.h
Main engine configuration data structure.
global.h
device
static Lps25 device
Definition
init_baro.cpp:4
stopMax3185x
void stopMax3185x()
Definition
max3185x.cpp:557
initMax3185x
void initMax3185x(spi_device_e device, egt_cs_array_t max31855_cs)
Definition
max3185x.cpp:550
startMax3185x
void startMax3185x(spi_device_e device, egt_cs_array_t max31855_cs)
Definition
max3185x.cpp:561
spi_device_e
spi_device_e
Definition
rusefi_enums.h:370
egt_cs_array_t
brain_pin_e[EGT_CHANNEL_COUNT] egt_cs_array_t
Definition
rusefi_types.h:84
Generated on Fri Sep 26 2025 00:10:16 for rusEFI by
1.9.8