Skip to content
Snippets Groups Projects
Commit 99c1d0cf authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the functions to turn power on and off for the second dynamixel bus in the simulator.

parent 09ba441b
No related branches found
No related tags found
1 merge request!8Kinetic migration
...@@ -7,3 +7,11 @@ void darwin_dyn_master_v2_init(void) ...@@ -7,3 +7,11 @@ void darwin_dyn_master_v2_init(void)
darwin_dyn_master_v2.version=DYN_VER2; darwin_dyn_master_v2.version=DYN_VER2;
} }
void darwin_dyn_master_v2_enable_power(void)
{
}
void darwin_dyn_master_v2_disable_power(void)
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment