Action disabled: source
language:

Ai-Thinker Technology

Trace: PlayGround

PlayGround



PlayGround

void helloworld_task(void *pvParameter)
{
     while(1)
     {
         printf("Hello world!\r\n");
         vTaskDelay(1000 / portTICK_RATE_MS); //interval 1000 ms
     }
}