Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 13
and
Version 14
of
ESP32
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/12/21 10:23:54 (
3 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ESP32
v13
v14
57
57
}}}
58
58
แต่ถ้าอยากกำหนดให้ลึกว่า CPU ใหนจะทำงาน Task นั้นๆ ให้ประกาศฟังก์ชันตามรูปแบบนี้
59
{{{
59
60
xTaskCreatePinnedToCore(TaskFunction,TaskName,StackDepth,(void*)PassParameters,TaskPriority,TaskHandle,Core)
61
}}}
60
62
61
63
{{{