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/systick.h (359B)
   1 /*
   2  * Copyright (c) 2023 Juan Manuel Cruz <jcruz@fi.uba.ar> <jcruz@frba.utn.edu.ar>.
   3  *
   4  * See file `LICENSE` for full details
   5  */
   6 
   7 
   8 #ifndef SYSTIC_INC_SYSTIC_H_
   9 #define SYSTIC_INC_SYSTIC_H_
  10 
  11 #ifdef __cplusplus
  12 extern "C" {
  13 #endif
  14 
  15 void systick_delay_us(uint32_t delay_us);
  16 
  17 #ifdef __cplusplus
  18 }
  19 #endif
  20 
  21 #endif /* SYSTIC_INC_SYSTIC_H_ */