Skip to content

Commit d168c47

Browse files
committed
Merge branch 'master' of github.com:adafruit/arduino-esp32
2 parents feac364 + be78891 commit d168c47

File tree

102 files changed

+1384
-1210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1384
-1210
lines changed

cores/esp32/Arduino.h

+3
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ uint16_t makeWord(uint8_t h, uint8_t l);
179179

180180
#define word(...) makeWord(__VA_ARGS__)
181181

182+
size_t getArduinoLoopTaskStackSize(void);
183+
#define SET_LOOP_TASK_STACK_SIZE(sz) size_t getArduinoLoopTaskStackSize() { return sz;}
184+
182185
unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
183186
unsigned long pulseInLong(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
184187

0 commit comments

Comments
 (0)