![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
A class for interfacing with the Adafruit APDS9960 sensor. More...
#include <Arduino.h>
#include <Wire.h>
#include <Adafruit_APDS9960.h>
#include "../../Utils/Filter/MinFilter.h"
#include "../../Utils/Time/TimeStep.h"
Go to the source code of this file.
Classes | |
class | APDS9960 |
A class for managing the Adafruit APDS9960 sensor. More... | |
A class for interfacing with the Adafruit APDS9960 sensor.
This file defines the APDS9960 class, which provides functionality for detecting proximity, brightness, and determining if the sensor is "booped" (close proximity detection).
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file APDS9960.h.