8000 all-in functional squash commit. · dok-net/arduino-esp8266@d127efa · GitHub
[go: up one dir, main page]

Skip to content

Commit d127efa

Browse files
committed
all-in functional squash commit.
1 parent f4178e5 commit d127efa

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
@@ -225,6 +225,7 @@ void optimistic_yield(uint32_t interval_us);
225225
#include <algorithm>
226226
#include <cstdlib>
227227
#include <cmath>
228+
#include "Delegate.h"
228229

229230

230231
#include "mmu_iram.h"
@@ -269,6 +270,8 @@ void setTZ(const char* tz);
269270
void configTime(int timezone, int daylightOffset_sec, const char* server1,
270271
const char* server2 = nullptr, const char* server3 = nullptr);
271272

273+
void attachInterrupt(uint8_t pin, Delegate<void(), void*> userFunc, int mode);
274+
272275
void configTime(const char* tz, const char* server1,
273276
const char* server2 = nullptr, const char* server3 = nullptr);
274277

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)
0