Skip to main content

Advanced Nodes

These nodes can be used for utilizing the lower level embedded system functionality.

Proc Nodes

begin priority

Sets priority for tasks. Higher the priority number, higher the priority.

Inputs

  • priority : Specify priority of the task

stack size

Sets stack size for tasks in words(4 bytes for ESP32).

Inputs

  • stack size (words) : Specify the stack size (in bytes) for the task

select task core

Changes the core of the task.

Inputs

  • task core : Specify the core index where the task is supposed to be scheduled