avr: new version of ds18b20 module.
works better with reportsensor app.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user