some documentation improvements (#1787)
This commit is contained in:
parent
d941bdc502
commit
b1a69ff923
|
@ -7,7 +7,7 @@
|
||||||
! rusEfi configuration consists of two parts:
|
! rusEfi configuration consists of two parts:
|
||||||
! First part is engine_configuration_s area, followed by a few tuning tables
|
! First part is engine_configuration_s area, followed by a few tuning tables
|
||||||
!
|
!
|
||||||
! The only difference her is that engine_configuration_s area does not support hot modification while tuning tables could
|
! The only difference here is that engine_configuration_s area does not support hot modification while tuning tables could
|
||||||
! be modified without burning changes
|
! be modified without burning changes
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*
|
*
|
||||||
* For version see engine_controller.cpp getRusEfiVersion
|
* For version see engine_controller.cpp getRusEfiVersion
|
||||||
*
|
*
|
||||||
* @section sec_into
|
* @section sec_intro Intro
|
||||||
*
|
*
|
||||||
* rusEfi is implemented based on the idea that with modern 100+ MHz microprocessors the relatively
|
* rusEfi is implemented based on the idea that with modern 100+ MHz microprocessors the relatively
|
||||||
* undemanding task of internal combustion engine control could be implemented in a high-level, processor-independent
|
* undemanding task of internal combustion engine control could be implemented in a high-level, processor-independent
|
||||||
|
@ -50,11 +50,11 @@
|
||||||
*
|
*
|
||||||
* @section sec_timers Timers
|
* @section sec_timers Timers
|
||||||
* At the moment rusEfi is build using 5 times:
|
* At the moment rusEfi is build using 5 times:
|
||||||
* 1) 1MHz microsecond_timer.cpp
|
* <BR>1) 1MHz microsecond_timer.cpp
|
||||||
* 2) 10KHz fast ADC callback pwmpcb_fast adc_inputs.cpp
|
* <BR>2) 10KHz fast ADC callback pwmpcb_fast adc_inputs.cpp
|
||||||
* 3) slow ADC callback pwmpcb_slow adc_inputs.cpp
|
* <BR>3) slow ADC callback pwmpcb_slow adc_inputs.cpp
|
||||||
* 4) periodicFastTimer engine_controller.cpp
|
* <BR>4) periodicFastTimer engine_controller.cpp
|
||||||
* 5) periodicSlowTimer engine_controller.cpp
|
* <BR>5) periodicSlowTimer engine_controller.cpp
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
* @section sec_fuel_injection Fuel Injection
|
* @section sec_fuel_injection Fuel Injection
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @sectuion sec_misc Misc
|
* @section sec_misc Misc
|
||||||
*
|
*
|
||||||
* <BR>See main_trigger_callback.cpp for main trigger event handler
|
* <BR>See main_trigger_callback.cpp for main trigger event handler
|
||||||
* <BR>See fuel_math.cpp for details on fuel amount logic
|
* <BR>See fuel_math.cpp for details on fuel amount logic
|
||||||
|
|
Loading…
Reference in New Issue