Use queue in arduino

I am not familiar with the Arduino platform but looking at this code, loop function is called from the idle task: Arduino_FreeRTOS_Library/variantHooks.cpp at master · feilipu/Arduino_FreeRTOS_Library · GitHub

So you should be okay calling queue send function from the loop function.

Thanks.