mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-05 20:38:27 +02:00
Add IDF support to dallas (#2578)
This commit is contained in:
@@ -70,6 +70,7 @@ class ISRInternalGPIOPin {
|
||||
bool digital_read();
|
||||
void digital_write(bool value);
|
||||
void clear_interrupt();
|
||||
void pin_mode(gpio::Flags flags);
|
||||
|
||||
protected:
|
||||
void *arg_ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user