From 72fea370ff20ecb2494ab985c4431b4bd691e7cd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 17 Nov 2025 15:11:05 +0800 Subject: [PATCH] update lighted program --- 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