This commit is contained in:
rusefi 2019-05-15 04:16:41 -04:00
parent 266f8b5176
commit 67a08fd91f
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@
* @file adc_inputs.cpp
* @brief Low level ADC code
*
* We are using two ADC devices here.
* rusEfi uses two ADC devices on the same 16 pins at the moment. Two ADC devices are used in orde to distinguish between
* fast and slow devices. The idea is that but only having few channels in 'fast' mode we can sample those faster?
*
* At the moment rusEfi does not allow to have more than 16 ADC channels combined. At the moment there is no flexibility to use
* any ADC pins, only the hardcoded choise of 16 pins.
*
* Slow ADC group is used for IAT, CLT, AFR, VBATT etc - this one is currently sampled at 20Hz
*
* Fast ADC group is used for TPS, MAP, MAF HIP - this one is currently sampled at 10KHz