From cd006b9357bcb632a2d4539c086fb93ca6ae23c6 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 17 Nov 2025 23:37:49 +0800 Subject: [PATCH] Update lightd to support DS18B20 and TLS2561 --- project/modules/tsl2561.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/project/modules/tsl2561.h b/project/modules/tsl2561.h index b73ff4a..540a0bd 100644 --- a/project/modules/tsl2561.h +++ b/project/modules/tsl2561.h @@ -10,7 +10,7 @@ * ChangeLog: 1, Release initial version on "10/08/23 17:52:00" * * Pin connection: - * STH20 Module Raspberry Pi Board + * TSL2561 Module Raspberry Pi Board * VCC <-----> #Pin1(3.3V) * SDA0 <-----> #Pin27(SDA, BCM GPIO0) * SCL0 <-----> #Pin28(SCL, BCM GPIO1) @@ -20,7 +20,6 @@ * dtoverlay=i2c0,pins_0_1 * ********************************************************************************/ - #ifndef _TSL2561_H_ #define _TSL2561_H_ -- Gitblit v1.9.1