Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

TaskApplication.h 164 B

il y a 4 ans
12345678910
  1. #ifndef TASK_APPLICATION_H
  2. #define TASK_APPLICATION_H
  3. #include <Arduino.h>
  4. #include "App.h"
  5. void InitApplication();
  6. void ApplicationTask(void *parameter);
  7. #endif