From 55f465be474c54edbceb3c6013ae629e0e0323d8 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 31 Jul 2019 16:26:46 +0800 Subject: [PATCH] Add tsl2561 code, and test force fill-in light ok --- mqttd/etc/conf.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mqttd/etc/conf.h b/mqttd/etc/conf.h index 8a9c871..574633b 100644 --- a/mqttd/etc/conf.h +++ b/mqttd/etc/conf.h @@ -63,9 +63,9 @@ /* Infrared detect inbreank */ unsigned char infrared_pin; /* enable or disable inbreak detected */ - void (*ifrd_handler)(void); /* infrared detected interrupt handler */ unsigned char inbreak_beep; /* enable or diable beep when detect inbreak */ unsigned char fillin_light; /* fill-in light when detect inbrank or not */ + unsigned char light_intval; /* fill-in light interval time, unit second */ } hwconf_t; -- Gitblit v1.9.1