rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
allsensors.cpp
Go to the documentation of this file.
1/**
2 * @file allsensors.cpp
3 * @brief
4 *
5 *
6 * @date Nov 15, 2013
7 * @author Andrey Belomutskiy, (c) 2012-2020
8 */
9
10#include "pch.h"
11
13
18
20 return acDebounce.readPinState();
21}
22
void initSensors()
bool getAcToggle()
ButtonDebounce acDebounce("ac_switch")
bool hasAcToggle()
void init(efitimems_t threshold, brain_pin_e &pin, pin_input_mode_e &mode, bool inverted=false)
Definition debounce.cpp:23
bool readPinState()
static constexpr engine_configuration_s * engineConfiguration
void initMapDecoder()
Definition map.cpp:66
bool isBrainPinValid(brain_pin_e brainPin)