No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

22 líneas
269 B

  1. /*
  2. * File: LCDCtrl.h
  3. * Author: JF
  4. *
  5. *
  6. */
  7. #ifndef LCDCTRL_H
  8. #define LCDCTRL_H
  9. #include "define.h"
  10. #define LCD_REFRESH_TIMEOUT 1000 //1h Time without comm. before we reset the LoRa module
  11. void InitLCDCtrl();
  12. void TickLCDCtrl();
  13. #endif /* LCDCTRL_H */