RaspberrPi project source code
guowenxue
13 hours ago 72fea370ff20ecb2494ab985c4431b4bd691e7cd
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_