Compare commits
No commits in common. "de372c220554cf67c4cf99918d53bacb006b168e" and "abb5694203b5ac416c385e3c2897a7ff24a7f1b2" have entirely different histories.
de372c2205
...
abb5694203
@ -15,8 +15,7 @@
|
|||||||
|
|
||||||
// constants
|
// constants
|
||||||
// LUT for converting NTC readings to degrees celsius
|
// LUT for converting NTC readings to degrees celsius
|
||||||
// Nominal: 10kOhm, Beta: 3380, Step: 64
|
// Nominal: 1kOhm, Beta: 3380, Step: 64
|
||||||
// TODO: Add a fixed offset to account for toollerances
|
|
||||||
const uint8_t ntc_step_size = 64;
|
const uint8_t ntc_step_size = 64;
|
||||||
const int16_t ntc_lut[] = {
|
const int16_t ntc_lut[] = {
|
||||||
1316, 197, 155, 133, 119, 108, 100, 93, 87, 82, 77, 73, 69, 66, 63, 60,
|
1316, 197, 155, 133, 119, 108, 100, 93, 87, 82, 77, 73, 69, 66, 63, 60,
|
||||||
|
|||||||
@ -22158,7 +22158,7 @@
|
|||||||
(justify left)
|
(justify left)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Value" "10k 0.1%"
|
(property "Value" "10k"
|
||||||
(at 87.376 212.09 0)
|
(at 87.376 212.09 0)
|
||||||
(show_name no)
|
(show_name no)
|
||||||
(do_not_autoplace no)
|
(do_not_autoplace no)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user