thermostat/src
atse d7462e6791 Rename all Steinhart-Hart references to B-param
The Steinhart-Hart equation was changed in code long ago to the
B-parameter equation. Rename references to it and the interface
accordingly. The `s-h` command is now `b-p`.

The reason the name "B-Parameter" equation was chosen over
"Beta-Parameter" was due to its easier searchability.
2024-01-26 17:21:14 +08:00
..
ad7172 ad7172: set output data rate to 10 Hz 2020-09-28 01:24:32 +02:00
ad5680.rs use proper units for pwm pins 2020-09-16 22:06:15 +02:00
b_parameter.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
channel.rs dac: fix inconsistent current output behavior due to repeated sampling of noisy vref 2021-01-25 13:51:50 +08:00
channel_state.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
channels.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
command_handler.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
command_parser.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
config.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
dfu.rs Use latest working stable rust 2024-01-17 15:29:41 +08:00
fan_ctrl.rs implement support for fan PWM 2023-03-22 17:15:49 +08:00
flash_store.rs update code to use stm32f4xx-hal 0.10.1 API 2022-03-02 17:21:17 +08:00
hw_rev.rs implement support for fan PWM 2023-03-22 17:15:49 +08:00
init_log.rs init_log: delint 2020-12-13 02:24:29 +01:00
leds.rs leds: init 2020-09-06 21:10:10 +02:00
main.rs Rename all Steinhart-Hart references to B-param 2024-01-26 17:21:14 +08:00
net.rs update code to use stm32f4xx-hal 0.10.1 API 2022-03-02 17:21:17 +08:00
pid.rs rewrite PID 2022-02-24 20:16:47 +08:00
pins.rs implement support for fan PWM 2023-03-22 17:15:49 +08:00
server.rs Fix warning '...not permit being left uninit..d' 2024-01-17 15:29:56 +08:00
session.rs session: rename SessionOutput to SessionInput 2020-09-30 23:35:11 +02:00
timer.rs update code to use stm32f4xx-hal 0.10.1 API 2022-03-02 17:21:17 +08:00
usb.rs s/tecpak/thermostat/g 2020-10-11 01:59:39 +02:00