Add a "donate" button at the bottom

This commit is contained in:
Timur Iskhodzhanov 2023-02-15 22:46:32 -08:00 committed by GitHub
parent 4498b7736c
commit d63825c7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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&currency_code=USD)