This commit is contained in:
Imbus 2025-07-06 14:40:57 +02:00
parent 9f3ea2e528
commit 08da189293

View file

@ -1,14 +1,12 @@
#ifndef TASKS_H #ifndef TASKS_H
#define TASKS_H #define TASKS_H
#include "freertos/idf_additions.h"
#include <stdint.h> #include <stdint.h>
/* /*
* This file exports all the individual tasks, avoiding tons of semi-empty headers. * This file exports all the individual tasks, avoiding tons of semi-empty headers.
*/ */
#define LED_PIN 2
typedef uint8_t u8; typedef uint8_t u8;
typedef uint16_t u16; typedef uint16_t u16;
typedef uint32_t u32; typedef uint32_t u32;