minor clean-up
This commit is contained in:
parent
5f2d441dc7
commit
4997dcde9d
|
@ -11,7 +11,6 @@
|
|||
*/
|
||||
|
||||
#include "pch.h"
|
||||
#include "electronic_throttle_impl.h"
|
||||
#include "hellen_meta.h"
|
||||
#include "defaults.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "vw_b6.h"
|
||||
#include "table_helper.h"
|
||||
#include "electronic_throttle_impl.h"
|
||||
#include "electronic_throttle.h"
|
||||
#include "mre_meta.h"
|
||||
#include "defaults.h"
|
||||
#include "proteus_meta.h"
|
||||
|
|
|
@ -7,20 +7,6 @@
|
|||
*
|
||||
* Limited user documentation at https://github.com/rusefi/rusefi/wiki/HOWTO_electronic_throttle_body
|
||||
*
|
||||
* todo: make this more universal if/when we get other hardware options
|
||||
*
|
||||
* May 2020 two vehicles have driver 500 miles each
|
||||
* Sep 2019 two-wire TLE9201 official driving around the block! https://www.youtube.com/watch?v=1vCeICQnbzI
|
||||
* by the way 9201 does not like getting above 8khz - it starts to get warm
|
||||
* May 2019 two-wire TLE7209 now behaves same as three-wire VNH2SP30 "eBay red board" on BOSCH 0280750009
|
||||
* Apr 2019 two-wire TLE7209 support added
|
||||
* Mar 2019 best results so far achieved with three-wire H-bridges like VNH2SP30 on BOSCH 0280750009
|
||||
* Jan 2019 actually driven around the block but still need some work.
|
||||
* Jan 2017 status:
|
||||
* Electronic throttle body with it's spring is definitely not linear - both P and I factors of PID are required to get any results
|
||||
* PID implementation tested on a bench only
|
||||
* it is believed that more than just PID would be needed, as is this is probably
|
||||
* not usable on a real vehicle. Needs to be tested :)
|
||||
*
|
||||
* https://raw.githubusercontent.com/wiki/rusefi/rusefi_documentation/oem_docs/VAG/Bosch_0280750009_pinout.jpg
|
||||
*
|
||||
|
|
|
@ -24,7 +24,7 @@ using namespace luaaa;
|
|||
#include "trigger_emulator_algo.h"
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "electronic_throttle_impl.h"
|
||||
#include "electronic_throttle.h"
|
||||
#endif // EFI_PROD_CODE
|
||||
|
||||
#if EFI_SENT_SUPPORT
|
||||
|
|
Loading…
Reference in New Issue