sw serial again

This commit is contained in:
J. Nick Koston 2023-06-07 12:46:48 -05:00
parent 42d8dd44f8
commit 711e517c82
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ namespace ratgdo {
LOG_PIN(" Trigger Light Pin: ", this->trigger_light_pin_);
LOG_PIN(" Status Door Pin: ", this->status_door_pin_);
LOG_PIN(" Status Obstruction Pin: ", this->status_obst_pin_);
sync();
}
void RATGDOComponent::readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction)