Skip to content

Commit

Permalink
added acquisinator openblt messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed Apr 18, 2024
1 parent c8e82db commit a7165a4
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
"version": 1.0,
"types": {},
"messages": [
{
"name": "ACQUISINATOR_JMP_TO_BLT",
"fixed_id": 0,
"sending": [
"TLM"
],
"receiving": [
"ACQUISINATOR"
],
"contents": {
"acquisinatore_id": "uint8"
}
},
{
"name": "ACQUISINATOR_FLASH_TX",
"fixed_id": 1,
"sending": [
"TLM"
],
"receiving": [
"ACQUISINATOR"
],
"contents": {}
},
{
"name": "ACQUISINATOR_FLASH_RX",
"fixed_id": 2,
"sending": [
"TLM"
],
"receiving": [
"ACQUISINATOR"
],
"contents": {}
},
{
"name": "IMU_ANGULAR_RATE",
"fixed_id": 1260,
Expand Down Expand Up @@ -1359,4 +1394,4 @@
}
}
]
}
}

0 comments on commit a7165a4

Please sign in to comment.