Skip to content

Commit e87117b

Browse files
calcmogulpjbuterbaugh
authored andcommitted
Document all of universal heartbeat CAN packet (#2269)
1 parent 4266bd1 commit e87117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/can-devices/can-addressing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ For CAN Nodes to be accepted for use in the FRC System, they must:
191191
Universal Heartbeat
192192
-------------------
193193

194-
The roboRIO provides a universal CAN heartbeat that any device on the bus can listen and react to. This heartbeat is sent every 20 ms. The heartbeat has a full CAN ID of ``0x01011840`` (which is the NI Manufacturer ID, RobotController type, Device ID 0 and API ID ``0x061``). It is an 8 byte CAN packet with the following bitfield layout.
194+
The roboRIO provides a universal CAN heartbeat that any device on the bus can listen and react to. This heartbeat is sent every 20 ms. The heartbeat has a full CAN ID of ``0x01011840`` (which is the NI Manufacturer ID, RobotController type, Device ID 0 and API ID ``0x062``). It is an 8 byte CAN packet with the following bitfield layout.
195195

196196
+-----------------------+------+--------------+
197197
| Description | Byte | Width (bits) |

0 commit comments

Comments
 (0)