add/install probe_errors_enabled in mc_probe_cycle

This commit is contained in:
Elijah Insua
2014-09-22 14:12:25 -07:00
parent b920838109
commit 3392a8b2c8
3 changed files with 10 additions and 2 deletions

View File

@ -38,6 +38,8 @@ void probe_init();
// Returns probe pin state.
uint8_t probe_get_state(uint8_t mode);
uint8_t probe_errors_enabled(uint8_t mode);
// Monitors probe pin state and records the system position when detected. Called by the
// stepper ISR per ISR tick.
void probe_state_monitor();