Skip to content

Commit

Permalink
temp sense
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 24, 2024
1 parent 14ee4ff commit 0d1922f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cangen/can-messages/mpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,31 @@ msgs:
- !CANPoint
size: 16

- !CANMsg
id: "0x507"
desc: "MPU Sense Temp"
fields:
- !NetField
name: "MPU/Sense/Temp_TOF"
unit: "C"
points:
- !CANPoint
size: 16
signed: true
# - !NetField
# name: "MPU/Sense/Temp_SHT"
# unit: "C"
# points:
# - !CANPoint
# size: 16
# signed: tre
# - !NetField
# name: "MPU/Sense/Humidity_SHT"
# unit: ""
# points:
# - !CANPoint
# size: 16


- !CANMsg
id: "0x502"
Expand Down

0 comments on commit 0d1922f

Please sign in to comment.