Adafruit_Sensor icon indicating copy to clipboard operation
Adafruit_Sensor copied to clipboard

Common sensor library

Results 8 Adafruit_Sensor issues
Sort by recently updated
recently updated
newest added

Euler angles might not be the best for various applications. Some applications prefer quaternions.

Hi, I was wondering how to implement the interface toward a power/energy meter that gives me reading in W/Wh respectively. Thanks sensors_type_t has no power/energy constant. I wonder if it's...

Hi! This library is very nice! But an event can't contain multiple values (because it is an union) neither the interface offers a way to provide them. I was checking...

Hello! I love the idea of this type of abstraction library and it looks like it has a lot of great things going for it. I'm a little confused at...

Currently, there is no support for Load cell or weight sensors in the Sensor type and standardized SI values. Is there a plan to add support or open to contributing...

`Adafruit_Sensor.printSensorDetails()` uses `Serial.print`, `Serial.println`, and `F`, which are specific to Arduino and Arduino-compatible libraries. When building for a compatible platform like Particle, `ARDUINO` is not defined, but `Arduino.h` (or `Particle.h`)...

There are already several libraries that support this sensor. One library that I find useful is NewPing. Here is the bitbucket repo. https://bitbucket.org/teckel12/arduino-new-ping/src/master/ I believe that integrating that library into...