tdse-tf_3-02

Controlador PID para derretidor de miel con control local via botones y remoto via WiFi
Index Commits Files Refs Submodules README
firmware-nucleo/App/Inc/task_buzzer_interface.h (418B)
   1 /*
   2  * Copyright (c) 2026 Martin Javier Klöckner <mklockner@fi.uba.ar>
   3  *
   4  * See file `LICENSE` for full details
   5  */
   6 
   7 #ifndef TASK_INC_TASK_BUZZER_INTERFACE_H_
   8 #define TASK_INC_TASK_BUZZER_INTERFACE_H_
   9 
  10 #ifdef __cplusplus
  11 extern "C" {
  12 #endif
  13 
  14 extern void task_buzzer_interface_put_event(task_buzzer_ev_t event, task_buzzer_id_t identifier);
  15 
  16 #ifdef __cplusplus
  17 }
  18 #endif
  19 
  20 #endif /* TASK_INC_TASK_BUZZER_INTERFACE_H_ */