Mercurial > public > ostc4
comparison Common/Inc/global_constants.h @ 104:22a1094545f3 kittz
Tested and alive.
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Mon, 24 Dec 2018 16:15:02 +0300 |
parents | f5d2f02dc73f |
children | 791cdfad0c8e |
comparison
equal
deleted
inserted
replaced
103:f5d2f02dc73f | 104:22a1094545f3 |
---|---|
36 #define BUTTON_DEBOUNCE_DELAY 50 //Delay for debounce filter for piezo buttons | 36 #define BUTTON_DEBOUNCE_DELAY 50 //Delay for debounce filter for piezo buttons |
37 | 37 |
38 | 38 |
39 //Spi sync data debug | 39 //Spi sync data debug |
40 #define SPI_SHOW_SYNC_STATS 1 | 40 #define SPI_SHOW_SYNC_STATS 1 |
41 #define SPI_MIN_ERROR_SHOW 2 | 41 #define SPI_MIN_ERROR_SHOW 10 |
42 | 42 |
43 | 43 |
44 //Text data | 44 //Text data |
45 #define TEXT_PRESSURE_UNIT "hPa" | 45 #define TEXT_PRESSURE_UNIT "hPa" |
46 #endif | 46 #endif |