diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 14:28:16 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 14:28:16 -0500 |
commit | c3b516ee1f6e0d317e629ba95abf4ac0cd94f534 (patch) | |
tree | 63e615656c03137a57617233fa4a02cf19a3e0a2 /include/API.h | |
parent | 476a0dbf41e14458c52a5cd2fe5b4c050a6c6551 (diff) |
revised everything
Diffstat (limited to 'include/API.h')
-rw-r--r-- | include/API.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/API.h b/include/API.h index 32d8686..7de7889 100644 --- a/include/API.h +++ b/include/API.h @@ -504,7 +504,6 @@ 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.
@@ -528,7 +527,6 @@ 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.
|