projects
/
temp2RGB.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First commit.
[temp2RGB.git]
/
src
/
consts.rs
1
pub const
FILE_CONF
: &
str
=
"config.ron"
;
2
pub const
FREQ_TEMP_POLLING
:
i32
=
2
;
3
pub const
FREQ_REFRESHING_RGB
:
i32
=
2
;
4
pub const
KERNEL_SIZE_SAMPLES
:
usize
=
32
;
// Time frame: 16 s.
5
pub const
SERVICE_NAME
: &
str
=
"Temp2RGB"
;