sw serial again
This commit is contained in:
parent
42d8dd44f8
commit
711e517c82
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue