diff options
Diffstat (limited to 'include/API.h')
-rw-r--r-- | include/API.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/API.h b/include/API.h index 7de7889..32d8686 100644 --- a/include/API.h +++ b/include/API.h @@ -504,6 +504,7 @@ unsigned int imeInitializeAll(); * * \c 240.448 for the 269 IME
* * \c 627.2 for the 393 IME in high torque mode (factory default)
* * \c 392 for the 393 IME in high speed mode
+ * * \c 261.333 for the 393 IME in turbo speed mode
*
* If the IME address is invalid, or the IME has not been reset or initialized, the value
* stored in *value is undefined.
@@ -527,6 +528,7 @@ bool imeGet(unsigned char address, int *value); * * \c 30.056 for the 269 IME
* * \c 39.2 for the 393 IME in high torque mode (factory default)
* * \c 24.5 for the 393 IME in high speed mode
+ * * \c 16.3333125 for the 393 IME in turbo speed mode
*
* If the IME address is invalid, or the IME has not been reset or initialized, the value
* stored in *value is undefined.
|