Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- /*
- * File: LCDCtrl.h
- * Author: JF
- *
- *
- */
-
- #ifndef LCDCTRL_H
- #define LCDCTRL_H
- #include "define.h"
-
- #define LCD_REFRESH_TIMEOUT 1000 //1h Time without comm. before we reset the LoRa module
-
- void InitLCDCtrl();
- void TickLCDCtrl();
-
-
-
-
- #endif /* LCDCTRL_H */
|