LNSC-2420-Firmware/src
Thomas Kolb 4d4cc41b46 fix: actually use the new calibration factors in flash 2022-11-09 20:45:34 +01:00
..
bmp280.c bmp280: add function to check for valid measurements 2022-10-15 21:41:50 +02:00
bmp280.h bmp280: add function to check for valid measurements 2022-10-15 21:41:50 +02: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 charge_control: block charging if external temperature is too low 2022-10-15 21:44:27 +02:00
charge_control.h charge_control: block charging if external temperature is too low 2022-10-15 21:44:27 +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 Add new temperature thresholds to flash config 2022-10-15 21:42:46 +02:00
i2c_dma.c i2c_dma: removed unused include 2022-10-15 21:49:01 +02:00
i2c_dma.h bmp280: read out via DMA in the background 2022-10-15 20:49:31 +02: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 Prevent deep sleep during BMP280 communication 2022-10-15 21:48:15 +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 Initial BMP280 integration 2022-10-08 20:50:08 +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