This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| # Import the VCNL40xx module. | |
| import Adafruit_VCNL40xx | |
| from sense_hat import SenseHat | |
| import time | |
| import threading | |
| import subprocess | |
| # Create a VCNL4010 instance. |