Skip to content

Commit fb8fdff

Browse files
committed
all-in functional squash commit.
1 parent a736a95 commit fb8fdff

File tree

10 files changed

+435
-305
lines changed

10 files changed

+435
-305
lines changed

cores/esp8266/Arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ void optimistic_yield(uint32_t interval_us);
228228
#include <algorithm>
229229
#include <cstdlib>
230230
#include <cmath>
231+
#include "Delegate.h"
231232

232233

233234
#include "mmu_iram.h"
@@ -272,6 +273,8 @@ void setTZ(const char* tz);
272273
void configTime(int timezone, int daylightOffset_sec, const char* server1,
273274
const char* server2 = nullptr, const char* server3 = nullptr);
274275

276+
void attachInterrupt(uint8_t pin, Delegate<void(), void*> userFunc, int mode);
277+
275278
void configTime(const char* tz, const char* server1,
276279
const char* server2 = nullptr, const char* server3 = nullptr);
277280

cores/esp8266/FunctionalInterrupt.cpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

cores/esp8266/FunctionalInterrupt.h

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)