Add IDF support to dallas (#2578)

This commit is contained in:
Otto Winter
2021-10-21 22:48:28 +02:00
committed by GitHub
parent 1468acfced
commit 68c8547067
10 changed files with 201 additions and 183 deletions
+1
View File
@@ -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;