Home
last modified time | relevance | path

Searched refs:GetCombuSensorValue (Results 1 – 4 of 4) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
Dapp_demo_environment.c87 (void*)FloatToString(GetCombuSensorValue(), combustibleGasValueStr); in ShowCombustibleGasValue()
88 if (!GetCombuSensorValue()) { in ShowCombustibleGasValue()
Dapp_demo_mq2.h25 float GetCombuSensorValue(void);
Dapp_demo_config.c62 (void*)FloatToString(GetCombuSensorValue(), combustibleMainMenuGasValueStr); in ShowAllEnvironmentValue()
70 if (!GetCombuSensorValue()) { in ShowAllEnvironmentValue()
Dapp_demo_mq2.c59 float GetCombuSensorValue(void) in GetCombuSensorValue() function