ESP32 Forum
ESP32 Official Forum
http://esp32.io/
Examples with copies of xQueueHandles
http://esp32.io/viewtopic.php?f=13&t=15024
Page
1
of
1
Examples with copies of xQueueHandles
Posted:
Sat Apr 04, 2020 9:07 pm
by
Ziegler
Is it possible to create an xQueueHandle and send it into multiple tasks?
Re: Examples with copies of xQueueHandles
Posted:
Sat Apr 04, 2020 9:32 pm
by
chegewara
Yes, but better option may be to make it global variable.