From d63825c7f6be0eba843b89af97afa5d77d48109e Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Wed, 15 Feb 2023 22:46:32 -0800 Subject: [PATCH] Add a "donate" button at the bottom --- can_db/ft86.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/can_db/ft86.md b/can_db/ft86.md index d8d63a9..7b644b7 100644 --- a/can_db/ft86.md +++ b/can_db/ft86.md @@ -57,3 +57,9 @@ Wheel speed FR | 212 | `bytesToIntLe(raw, 2, 2) * 0.015694` | Use same multiplie Wheel speed RL | 212 | `bytesToIntLe(raw, 4, 2) * 0.015694` | Use same multiplier as for "Speed". Wheel speed RR | 212 | `bytesToIntLe(raw, 6, 2) * 0.015694` | Use same multiplier as for "Speed". Yaw rate | 208 | `bytesToIntLe(raw, 2, 2) * -0.286478897` | + +--- + +If you found this page useful, consider donating so I can buy beer/boba: + +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=ZKULAWZFJKCES&item_name=Donation+to+support+the+RaceChronoDiyBleDevice+project+on+GitHub¤cy_code=USD)