avr: new version of ds18b20 module.

works better with reportsensor app.
This commit is contained in:
Martin Preuss
2026-08-07 23:48:15 +02:00
parent dd58bac1a3
commit 7ad51a251b
5 changed files with 277 additions and 8 deletions

View File

@@ -114,6 +114,8 @@ appReportSensorsTable:
.dw 63, SGP30_SendCO2
#endif
#ifdef MODULES_DS18B20
.dw 12, Ds18b20_StartMeasure
.dw 46, Ds18b20_ReadResult
.dw 84, Ds18b20_SendTemperature
#endif
#ifdef MODULES_CCS811
@@ -129,6 +131,10 @@ appReportSensorsTable:
#ifdef APPS_MOTION
.dw 108, appMotionSendValue
#endif
#ifdef APPS_LIGHTCONTROL
.dw 110, AppLightControl_ReportState
#endif
; end of table
.dw 0, 0