Concept Flow - Using sensor libraries
Include sensor library
Create sensor object
Initialize sensor in setup()
Read sensor data in loop()
Use sensor data (print, control)
Repeat loop
This flow shows how to include a sensor library, create and initialize the sensor, then read and use its data repeatedly.
