Compare commits

...

2 Commits

Author SHA1 Message Date
de372c2205 note in LUT comment 2026-05-29 21:10:41 +02:00
b55c8dd180 lower tolerance in ntc pullup 2026-05-29 21:10:13 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@
// constants
// LUT for converting NTC readings to degrees celsius
// Nominal: 1kOhm, Beta: 3380, Step: 64
// Nominal: 10kOhm, Beta: 3380, Step: 64
// TODO: Add a fixed offset to account for toollerances
const uint8_t ntc_step_size = 64;
const int16_t ntc_lut[] = {
1316, 197, 155, 133, 119, 108, 100, 93, 87, 82, 77, 73, 69, 66, 63, 60,

View File

@ -22158,7 +22158,7 @@
(justify left)
)
)
(property "Value" "10k"
(property "Value" "10k 0.1%"
(at 87.376 212.09 0)
(show_name no)
(do_not_autoplace no)