|
Prusa MINI Firmware overview
|
#include <inttypes.h>Go to the source code of this file.
Functions | |
| void | sim_motion_cycle (void) |
| int | sim_motion_get_diag (uint8_t axis) |
| int | sim_motion_get_min_end (uint8_t axis) |
| int | sim_motion_get_max_end (uint8_t axis) |
| void | sim_motion_set_stp (uint8_t axis, int state) |
| void | sim_motion_set_dir (uint8_t axis, int state) |
| void | sim_motion_set_ena (uint8_t axis, int state) |
| void | sim_motion_print_buff (void) |
Variables | |
| int32_t | sim_motion_pos [4] |
| int sim_motion_get_diag | ( | uint8_t | axis | ) |

| int sim_motion_get_min_end | ( | uint8_t | axis | ) |

| int sim_motion_get_max_end | ( | uint8_t | axis | ) |
| int32_t sim_motion_pos[4] |