LNSC-2420-Firmware/src
Thomas Kolb e6891aed78 Initialize the addon board 2023-09-16 22:48:41 +02:00
..
addon_io.c Implement heater control 2023-04-22 20:02:16 +02:00
addon_io.h Implement heater control 2023-04-22 20:02:16 +02:00
bmp280.c Try to make BMP280 communication more resilient 2022-11-09 20:47:13 +01:00
bmp280.h Try to make BMP280 communication more resilient 2022-11-09 20:47:13 +01:00
bmp280_comp.c Initial BMP280 integration 2022-10-08 20:50:08 +02:00
bmp280_comp.h Initial BMP280 integration 2022-10-08 20:50:08 +02:00
calibration.h calibration: add development device 2022-09-24 16:28:35 +02:00
charge_control.c overload: exponential backoff for retry 2023-06-18 16:43:41 +02:00
charge_control.h charge_control: delay overload trigger by a configurable time 2023-06-18 16:18:13 +02:00
charge_pump.c Increase charge pump frequency to 500 Hz 2021-06-06 15:08:22 +02:00
charge_pump.h Added the charge pump driver 2021-06-05 15:49:29 +02:00
clock.c Initial BMP280 integration 2022-10-08 20:50:08 +02:00
clock.h Moved clock setup to separate file 2021-06-11 23:55:10 +02:00
deepsleep.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
deepsleep.h First try to implement deep sleep 2021-06-12 16:02:21 +02:00
flash_config.c Add new temperature thresholds to flash config 2022-10-15 21:42:46 +02:00
flash_config.h charge_control: delay overload trigger by a configurable time 2023-06-18 16:18:13 +02:00
i2c_dma.c Try to make BMP280 communication more resilient 2022-11-09 20:47:13 +01:00
i2c_dma.h Try to make BMP280 communication more resilient 2022-11-09 20:47:13 +01:00
led_chplex.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
led_chplex.h Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
main.c Initialize the addon board 2023-09-16 22:48:41 +02:00
measurement.c fix: actually use the new calibration factors in flash 2022-11-09 20:45:34 +01:00
measurement.h Average the measurements 2021-06-18 23:37:16 +02:00
pinout.h Implement heater control 2023-04-22 20:02:16 +02:00
power_switch.c Added power switch driver 2021-06-05 16:33:21 +02:00
power_switch.h Added power switch driver 2021-06-05 16:33:21 +02:00
rs485.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
rs485.h Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
system.c Initial commit 2021-06-05 00:04:36 +02:00