added modules for SGP30/40.
This commit is contained in:
@@ -87,6 +87,14 @@ initModules:
|
||||
rcall SI7021_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_SGP30
|
||||
rcall SGP30_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_SGP40
|
||||
rcall SGP40_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_DS18B20
|
||||
rcall Ds18b20_Init
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user