This commit is contained in:
rusefillc 2021-03-02 22:23:17 -05:00
parent 479938b57a
commit 731e0bae73
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
*
* @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
* (to some extent) manner. Thus the key concepts of rusEfi: dependency on high-level hardware abstraction layer, software-based PWM etc.
*
@ -93,6 +93,8 @@
* <br>See flash_main.cpp
*
*
* todo: merge https://github.com/rusefi/rusefi/wiki/Dev-Tips into here
*
* @section sec_fuel_injection Fuel Injection
*
*