mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-09-13 11:32:36 +00:00
enable/disable fix
This commit is contained in:
@ -4,7 +4,6 @@ void IR_FOX::setPin(uint8_t pin){
|
||||
this->pin = pin;
|
||||
port = digitalPinToPort(pin);
|
||||
mask = digitalPinToBitMask(pin);
|
||||
pinMode(pin, INPUT_PULLUP);
|
||||
}
|
||||
|
||||
void IR_FOX::checkAddressRuleApply(uint16_t address, uint16_t id, bool &flag)
|
||||
|
Reference in New Issue
Block a user