Home
last modified time | relevance | path

Searched refs:d_flag (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/solutions/flower_demo/
A Dflower_app.c177 uint8_t temp =0,humidity=0,d_flag = 0; in report_2_cloud() local
185 d_flag = DHT11_Read_Data(&temp,&humidity); in report_2_cloud()
187 printf("temp ->%d humidity->%d --%d\n",temp,humidity,d_flag); in report_2_cloud()
188 if((last_temp != temp)&&(!d_flag)){ in report_2_cloud()
194 if((last_hum != humidity)&&(!d_flag)){ in report_2_cloud()
A DREADME.md186 uint8_t temp =0,humidity=0,d_flag = 0;
194 d_flag = DHT11_Read_Data(&temp,&humidity);
196 printf("temp ->%d humidity->%d --%d\n",temp,humidity,d_flag);
197 if((last_temp != temp)&&(!d_flag)){
204 if((last_hum != humidity)&&(!d_flag)){

Completed in 3 milliseconds