main/task_user.h

changeset 41
d327e0aff62f
parent 38
46e2c385e9de
child 44
e52d11b8f252
equal deleted inserted replaced
40:4d8cca2d5b68 41:d327e0aff62f
10 #define PIN_SDA (CONFIG_I2C_MASTER_SDA) 10 #define PIN_SDA (CONFIG_I2C_MASTER_SDA)
11 #define PIN_SCL (CONFIG_I2C_MASTER_SCL) 11 #define PIN_SCL (CONFIG_I2C_MASTER_SCL)
12 #define ROT_ENC_A_GPIO (CONFIG_ROT_ENC_A_GPIO) 12 #define ROT_ENC_A_GPIO (CONFIG_ROT_ENC_A_GPIO)
13 #define ROT_ENC_B_GPIO (CONFIG_ROT_ENC_B_GPIO) 13 #define ROT_ENC_B_GPIO (CONFIG_ROT_ENC_B_GPIO)
14 #define ROT_ENC_SW_GPIO (CONFIG_ROT_ENC_SW_GPIO) 14 #define ROT_ENC_SW_GPIO (CONFIG_ROT_ENC_SW_GPIO)
15 #define INACTIVITY 120 ///< User inactivity time 15 #define INACTIVITY 240 ///< User inactivity time
16 16
17 #define EDIT_TYPE_TEXT 0 ///< Editor type is text, special chars and digits. 17 #define EDIT_TYPE_TEXT 0 ///< Editor type is text, special chars and digits.
18 #define EDIT_TYPE_CAPS 1 ///< Editor alpha capitals, some specials and digits. 18 #define EDIT_TYPE_CAPS 1 ///< Editor alpha capitals, some specials and digits.
19 #define EDIT_TYPE_INT 2 ///< Editor type is integer 19 #define EDIT_TYPE_INT 2 ///< Editor type is integer
20 #define EDIT_TYPE_FLOAT 3 ///< Editor type is float 20 #define EDIT_TYPE_FLOAT 3 ///< Editor type is float

mercurial