From f458c74a9e88d8b01791184caac5a494d1125bff Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 16 Nov 2025 01:24:31 +0800 Subject: [PATCH] Update thingsboard default config --- 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