Files
OpenBK7231T_App/src
Lenart Kos ad816b77ee Improve DS1820 driver (#1382)
* feat: Improve DS1820 driver

New features:
* Handle all types of DS1820 tempature sensors by detecting the family of the sensor and calculating the temperature accordingly
* Clean up some log prints
* Set the channel value with current temperature
* Set the period of the conversion interval with an optional first parameter
* Start the conversion instantly and not wait for multiple of the conversion period

* rework: Change DS1820 logging to be more consistent

- Output logging to `LOG_FEATURE_SENSOR` and not `CFG` as it would be expected
- Created a macro `DS1820_LOG` to simplify logging statements.
- Use the macro in various places throughout the driver

* refactor: Remove unused crc code and improve DS1820 logging

Co-authored-by: MaxineMuster <146550015+MaxineMuster@users.noreply.github.com>

---------

Co-authored-by: MaxineMuster <146550015+MaxineMuster@users.noreply.github.com>
2024-10-17 06:06:39 +02:00
..
2024-10-01 22:36:08 +02:00
2024-10-17 06:06:39 +02:00
2024-09-20 18:43:51 +02:00
2024-09-29 21:54:54 +02:00
2023-09-20 01:03:41 +02:00
2024-10-01 14:08:57 +02:00
2023-01-15 15:39:17 +01:00
2024-10-11 23:16:19 +02:00
2024-09-27 18:10:44 +02:00
2024-09-27 18:10:44 +02:00
2024-03-09 08:02:26 +01:00
2024-01-24 11:18:29 +01:00
2024-09-27 18:10:44 +02:00
2024-09-27 18:10:44 +02:00
2023-04-13 09:24:00 +02:00
2024-09-23 18:06:16 +02:00
2024-09-29 20:01:39 +02:00
2024-09-29 21:54:54 +02:00
2024-09-29 21:54:54 +02:00
2024-10-05 19:03:57 +02:00