arduino-dsmr icon indicating copy to clipboard operation
arduino-dsmr copied to clipboard

Optional enable pin

Open Bascy opened this issue 8 months ago • 0 comments

Added NO_PIN define, declared as default value for req_pin in the constructor. Value is 0xff which is in line with GPIO_NUM_NC which is defined for ESP boards

Use case of this is when the request pin is a multiplexed pin and the enabling/disabling of the pin is handled outside of this library

Bascy avatar Mar 05 '25 20:03 Bascy