From 24818929d254407f8a8f0dfdfd038286b2b1bd2f Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 24 Apr 2019 20:47:38 -0400 Subject: [PATCH] docs --- firmware/controllers/actuators/electronic_throttle.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/controllers/actuators/electronic_throttle.cpp b/firmware/controllers/actuators/electronic_throttle.cpp index 74a3380733..d66e619b53 100644 --- a/firmware/controllers/actuators/electronic_throttle.cpp +++ b/firmware/controllers/actuators/electronic_throttle.cpp @@ -1,9 +1,11 @@ /** * @file electronic_throttle.cpp - * @brief Electronic Throttle Module driver L298N + * @brief Electronic Throttle driver * * todo: make this more universal if/when we get other hardware options * + * Apr 2019 two-wire TLE7209 support added + * * Mar 2019 best results so far achieved with three-wire H-bridges like VNH2SP30 * * Jan 2019 actually driven around the block but still need some work.