-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spinal][msg] add two new msg for ESCTelemetry.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# check the KISS protocol for details: https://brushlesswhoop.com/dshot-and-bidirectional-dshot/ | ||
|
||
int8 temperature # 1 degree | ||
uint16 voltage # 1000 = 10.00V | ||
uint16 current # 1000 = 10.00A | ||
uint16 consumption # 1mAh | ||
uint32 rpm # 1 rpm | ||
uint8 crc_error # calculated crc - received crc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
time stamp | ||
# spinal/ESCTelemetry[] esc_telemetry_array | ||
spinal/ESCTelemetry esc_telemetry_1 | ||
spinal/ESCTelemetry esc_telemetry_2 | ||
spinal/ESCTelemetry esc_telemetry_3 | ||
spinal/ESCTelemetry esc_telemetry_4 |