kopia lustrzana https://github.com/projecthorus/horusdemodlib
41 wiersze
1022 B
JSON
41 wiersze
1022 B
JSON
{
|
|
"HORUSTEST": {
|
|
"struct": "<BbBfH",
|
|
"fields": [
|
|
["cutdown_battery_voltage", "battery_5v_byte"],
|
|
["external_temperature", "none"],
|
|
["test_counter", "none"],
|
|
["test_float_field", "none"],
|
|
["test_int_field", "none"]
|
|
]
|
|
},
|
|
"HORUSTEST2": {
|
|
"struct": "<BbBH4x",
|
|
"fields": [
|
|
["cutdown_battery_voltage", "battery_5v_byte"],
|
|
["external_temperature", "none"],
|
|
["test_counter", "none"],
|
|
["test_int_field", "none"]
|
|
]
|
|
},
|
|
"4FSKTEST-V2": {
|
|
"struct": "<BfBBH",
|
|
"fields": [
|
|
["test_field 1", "none"],
|
|
["test_field 2", "none"],
|
|
["test_field 3", "battery_5v_byte"],
|
|
["test_field 4", "divide_by_10"],
|
|
["test_field 5", "divide_by_100"]
|
|
]
|
|
},
|
|
"MAGNU-V2": {
|
|
"struct": "<hHhHb",
|
|
"fields": [
|
|
["Vertical", "divide_by_100"],
|
|
["Lateral", "divide_by_100"],
|
|
["Orthogonal", "divide_by_100"],
|
|
["Travel", "divide_by_100"],
|
|
["Heading", "divide_by_100"]
|
|
]
|
|
}
|
|
} |