MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / cmd_recalibrate

Function cmd_recalibrate

FluxEngine.cydsn/main.c:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296static void cmd_recalibrate(void)
297{
298 homed = false;
299 seek_to(0);
300 DECLARE_REPLY_FRAME(struct any_frame, F_FRAME_RECALIBRATE_REPLY);
301 send_reply(&r);
302}
303
304static void cmd_measure_speed(struct measurespeed_frame* f)
305{

Callers 1

handle_commandFunction · 0.85

Calls 2

seek_toFunction · 0.85
send_replyFunction · 0.85

Tested by

no test coverage detected