only:docs
This commit is contained in:
parent
c62f1c7b22
commit
355df83e61
|
@ -5,9 +5,6 @@
|
|||
* rusEfi uses two ADC devices on the same 16 pins at the moment. Two ADC devices are used in order 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 choice of 16 pins.
|
||||
*
|
||||
* Slow ADC group is used for IAT, CLT, AFR, VBATT etc - this one is currently sampled at 500Hz
|
||||
*
|
||||
* Fast ADC group is used for MAP, MAF HIP - this one is currently sampled at 10KHz
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# TunerStudio
|
||||
|
||||
For TS Protocol details see https://www.tunerstudio.com/index.php/support/manuals/tsdevmanuals/137-ecu-definition-specification-aka-the-ini-document
|
||||
|
||||
This directory contains the initialization and configuration files for the
|
||||
rusEFI interface to TunerStudio.
|
||||
|
||||
|
|
Loading…
Reference in New Issue