您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

22 行
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 */