CRINSA-team2025
V1
Documentation du Club Robot INSA Rennes 2025
Chargement...
Recherche...
Aucune correspondance
variables_globales.h
1
//
2
// Created by bapti on 04/11/2024.
3
//
4
5
#ifndef TEAM2025_VARIABLES_GLOBALES_H
6
#define TEAM2025_VARIABLES_GLOBALES_H
7
#include "FreeRTOS.h"
8
#include "FreeRTOS/Source/include/task.h"
9
10
#define TEAM_BLEU 0
11
#define TEAM_JAUNE 1
12
extern
bool
my_team;
13
extern
bool
match_started;
14
inline
TaskHandle_t hl_robot;
15
inline
TaskHandle_t hl_wb;
16
inline
TaskHandle_t hl_sens;
17
inline
TaskHandle_t gripper_handle;
18
inline
TaskHandle_t killer_handle;
19
#endif
//TEAM2025_VARIABLES_GLOBALES_H
include
variables_globales.h
Généré par
1.13.2