Skip to content
Snippets Groups Projects
Commit 102af251 authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Remove PwmStatus + create status msg instead

parent 1951c7b2
No related branches found
No related tags found
No related merge requests found
Pipeline #437 failed with stages
in 23 seconds
uint8 PWM_DISABLED = 0
uint8 PWM_ENABLED = 1
uint8 PWM_OVERCURRENT = 2
uint8 PWM_CMD_VEL_TIMEOUT = 3
uint8 pwm_status
\ No newline at end of file
uint8 DISABLED = 0
uint8 ENABLED = 1
uint8 OVERCURRENT = 2
uint8 CMD_VEL_TIMEOUT = 3
uint8 status
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment