rusefi-1/firmware/controllers/sensors
David Holdeman 337106cd24
DebounceButton A/C switch (#1782)
* change acSwitch name, add mode

* fix

* remove some adc stuff

* remove some adc stuff

* semicolon stupid

* left behind

* add readpinstate

* wrong var name

* add functions back

* fix name

* bool, not void, plus fix name

* move

* not sure what I broke

* try setMockValue

* namespace

* whoops missed one

* switch values because adc was set up for pullup

* try 5

* comment for now

* comment for now

* uncomment tests, add function to mock, add mock to efiReadPin

* fixes

* for F's sake

* if

* add defy

* pass params

* use ASSERT_TRUE/FALSE

* advance time

* remove ifdef from readPin

* try moving if

* move to separate func

* move extern

* move include

* try engine_test_helper

* am confuse

* move func to else

* include hal

* add efi prod check

* remove include

* try extern

* move include

* semicolon stupid

* move extern again

* include

* move mockPinStates

* size

* add if

* add comment

* clean on instantiation
2020-09-10 22:16:20 -04:00
..
converters less hacky testing implementation 2020-09-03 22:52:29 -04:00
allsensors.cpp DebounceButton A/C switch (#1782) 2020-09-10 22:16:20 -04:00
allsensors.h code style 2020-01-21 01:40:11 -05:00
can_sensor.h microRusEFI used as Body Control Module BCM BCU 2020-09-07 20:06:13 -04:00
ego.cpp Aux serial (#1422) 2020-05-11 12:17:42 -04:00
ego.h code style 2020-01-21 01:40:11 -05:00
function_pointer_sensor.h Improve unexpected (#1323) 2020-04-19 08:37:43 -04:00
functional_sensor.cpp Add timeout + raw value access for sensors (#1098) 2020-01-12 03:25:23 -05:00
functional_sensor.h Debuggability in the new sensor world (#1238) 2020-03-30 18:29:42 -04:00
hip9011_lookup.cpp happy new year unification 2020-01-13 21:57:43 -05:00
hip9011_lookup.h code style 2020-01-21 01:40:11 -05:00
maf.cpp cleanup extern mess (#1237) 2020-03-29 19:06:03 -04:00
maf.h code style 2020-01-21 01:40:11 -05:00
map.cpp hard-coding NB2 OEM sensor 2020-05-18 01:39:41 -04:00
map.h code style 2020-01-21 01:40:11 -05:00
proxy_sensor.h misc 2020-07-29 02:29:55 -07:00
redundant_sensor.cpp Improve unexpected (#1323) 2020-04-19 08:37:43 -04:00
redundant_sensor.h Add redundant sensor (#1249) 2020-04-02 08:55:21 -04:00
sensor.cpp move lambda in to sensor model (#1736) 2020-09-01 16:22:31 -04:00
sensor.h less hacky implementation 2020-09-03 21:47:50 -04:00
sensor_info_printing.cpp fix broken master, inject engine ptr to rpmcalculator (#1759) 2020-09-05 18:49:42 -04:00
sensor_reader.h
sensor_type.h move lambda in to sensor model (#1736) 2020-09-01 16:22:31 -04:00
sensors.mk Software knock detection (#1730) 2020-08-28 21:13:50 -04:00
software_knock.cpp Multiple knock sensors (#1745) 2020-09-02 07:19:02 -04:00
software_knock.h Software knock detection (#1730) 2020-08-28 21:13:50 -04:00
stored_value_sensor.h fix broken master, inject engine ptr to rpmcalculator (#1759) 2020-09-05 18:49:42 -04:00
thermistors.cpp Remove old thermistor implementation (#1458) 2020-05-28 17:51:33 -04:00
thermistors.h Remove old thermistor implementation (#1458) 2020-05-28 17:51:33 -04:00
tps.cpp Goodbye, old TPS (#1266) 2020-04-05 19:33:33 -04:00
tps.h Goodbye, old TPS (#1266) 2020-04-05 19:33:33 -04:00
voltage.cpp dead (#1480) 2020-06-02 19:21:48 -04:00
voltage.h dead (#1480) 2020-06-02 19:21:48 -04:00