Commit changes to endstop camera shield without debug log lines

This commit is contained in:
Matt McWilliams 2024-10-22 17:33:18 -04:00
parent 9515232d12
commit 31adb77f90
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ void EndstopCameraShield::setup () {
_checkState();
_enableMotor();
Serial.println(_minSteps);
//Serial.println(_minSteps);
}
void EndstopCameraShield::_enableCloseInterrupt() {

View File

@ -20,7 +20,7 @@ void EndstopCameraShield::setup () {
_checkState();
_enableMotor();
Serial.println(_minSteps);
//Serial.println(_minSteps);
}
void EndstopCameraShield::_enableCloseInterrupt() {

View File

@ -20,7 +20,7 @@ void EndstopCameraShield::setup () {
_checkState();
_enableMotor();
Serial.println(_minSteps);
//Serial.println(_minSteps);
}
void EndstopCameraShield::_enableCloseInterrupt() {