Skip to content

Instantly share code, notes, and snippets.

@Fantasy259
Fantasy259 / ESP32.c
Last active May 16, 2026 18:49
MyTest
/****************************************
* Anlegen eine neuen Tasks
*
*******************************/
#include "freertos/task.h"
// Große Prio Zahl ist wichtiger
xTaskCreate(funktion , "Name", 2024, NULL , Prio , NULL);
// funktion