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

Changed the address of the sync write function.

parent 3c7cfdd2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ int32_t main(void)
bioloid_time_init();
/* initialize zigbee module */
zigbee_init();
// zigbee_enable_power();
zigbee_enable_power();
/* initialize the dynamixel slave interface */
bioloid_dyn_slave_init();
bioloid_dyn_slave_start();
......
......@@ -44,7 +44,7 @@ void manager_send_motion_command(void)
}
}
if(num>0)
dyn_master_sync_write(&bioloid_dyn_master_servos,num,servo_ids,P_GOAL_POSITION_L,4,write_data);
dyn_master_sync_write(&bioloid_dyn_master_servos,num,servo_ids,P_CW_COMPLIANCE_SLOPE,4,write_data);
}
inline uint16_t manager_angle_to_value(uint8_t servo_id,int16_t angle)
......
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