-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNimaLTD.NimaLTD-TM1637_conf.h
39 lines (32 loc) · 1002 Bytes
/
NimaLTD.NimaLTD-TM1637_conf.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
* @author Nima Askari
* @license See the LICENSE file in the root folder.
*
* @github https://www.github.com/nimaltd
* @linkedin https://www.linkedin.com/in/nimaltd
* @youtube https://www.youtube.com/@nimaltd
* @instagram https://instagram.com/github.nimaltd
*
* Copyright (C) 2025 Nima Askari - NimaLTD. All rights reserved.
*
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _NIMALTD_TM1637_CONF_H_
#define _NIMALTD_TM1637_CONF_H_
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
/**
MiddleWare name : NimaLTD.NimaLTD-TM1637.2.0.0
MiddleWare fileName : NimaLTD.NimaLTD-TM1637_conf.h
MiddleWare version : 2.0.0
*/
/*---------- TM1637_DELAY -----------*/
#define TM1637_DELAY 10
/*---------- TM1637_ENABLE_ALFABET -----------*/
#define TM1637_ENABLE_ALFABET false
#ifdef __cplusplus
}
#endif
#endif /*_ NIMALTD_TM1637_CONF_H_ */