only:docs

This commit is contained in:
rusefillc 2024-08-28 17:27:32 -04:00
parent c62f1c7b22
commit 355df83e61
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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.