Skip to content

The LTR-507/LTR-553/LTR-556 is an integrated low voltage I2C digital light sensor [ALS] and proximity sensor [PS] with built-in emitter, in a single miniature chipled lead-free surface mount package.This is the arduino library for LTR507, LTR553, LTR556 .

License

Notifications You must be signed in to change notification settings

aitchouyz/LTR507-LTR553-LTR556_Arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTR507-LTR553-LTR556_Ardunio

This is an LTR507-LTR553-LTR556_Arduino library for LTR507 /LTR553 /LTR556 drive. The LTR-507/LTR-553/LTR-556 is an integrated low voltage I2C digital light sensor [ALS] and proximity sensor [PS] with built-in emitter, in a single miniature chipled lead-free surface mount package.This is the arduino library for LTR507, LTR553, LTR556 .

Installation

  • Click on the Download ZIP button in the top right corner.
  • Uncompress it.
  • Rename the uncompressed folder to LTR507_LTR553_LTR556.
  • Check that the LTR507_LTR553_LTR556 folder contains ltr_5xx.cpp and ltr_5xx.h files.
  • Choose a different macro definition for your device type in ltr_5xx.h, '#define LTR507' if you are using LTR-507 or '#define LTR55X' if you are using LTR-553 or LTR-556. Then save the ltr_5xx.h file. For examples of how to use the library, refer to the example directory.
  • Place the LTR507_LTR553_LTR556 folder in your <arduinosketchfolder>/libraries/ folder - you may need to create the libraries subfolder if it is your first library.
  • Restart the IDE.

About

The LTR-507/LTR-553/LTR-556 is an integrated low voltage I2C digital light sensor [ALS] and proximity sensor [PS] with built-in emitter, in a single miniature chipled lead-free surface mount package.This is the arduino library for LTR507, LTR553, LTR556 .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.3%
  • Other 23.7%