Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f630cd

Browse filesBrowse files
committed
all-in functional squash commit.
1 parent 50d0be9 commit 7f630cd
Copy full SHA for 7f630cd

File tree

Expand file treeCollapse file tree

10 files changed

+435
-305
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+435
-305
lines changed

‎cores/esp8266/Arduino.h

Copy file name to clipboardExpand all lines: cores/esp8266/Arduino.h
+3Lines 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

Copy file name to clipboardExpand all lines: cores/esp8266/FunctionalInterrupt.cpp
-65Lines changed: 0 additions & 65 deletions
This file was deleted.

‎cores/esp8266/FunctionalInterrupt.h

Copy file name to clipboardExpand all lines: cores/esp8266/FunctionalInterrupt.h
-35Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.