Skip to content

Commit

Permalink
docs: Update documentation for CAN ID range when reading CAN ID
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Nov 19, 2023
1 parent 5562cfa commit dbae6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/myactuator_rmd/driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace myactuator_rmd {
* Get the CAN ID of the device
*
* \return
* The CAN ID of the device in the range [1, 32]
* The CAN ID of the device starting at 0x240
*/
std::uint16_t getCanId();

Expand Down
2 changes: 1 addition & 1 deletion include/myactuator_rmd/protocol/responses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace myactuator_rmd {
* Get the CAN ID of the actuator
*
* \return
* The CAN ID of the actuator [1, 32]
* The CAN ID of the actuator starting at 0x240
*/
[[nodiscard]]
virtual std::uint16_t getCanId() const noexcept;
Expand Down

0 comments on commit dbae6b4

Please sign in to comment.