avr: setup module mask to be later reported to a host.

This commit is contained in:
Martin Preuss
2023-03-19 13:24:01 +01:00
parent 67ac8af9b4
commit ccb642d703
2 changed files with 40 additions and 3 deletions

View File

@@ -5,3 +5,11 @@
.equ AQHOME_VALUETYPE_HUMIDITY = 2
; module type ids for firmware header
.equ AQHOME_FW_MODULE_TIMER = 1
.equ AQHOME_FW_MODULE_COM = 2
.equ AQHOME_FW_MODULE_LED = 3
.equ AQHOME_FW_MODULE_TWIMASTER = 4
.equ AQHOME_FW_MODULE_LCD = 5
.equ AQHOME_FW_MODULE_SI7021 = 6