WipperSnapper Offline 1.0.0-offline-beta.5
What's Changed
New Output Type 🌐 Vector Support
As part of adding the QMC5883P magnetometer, WipperSnapper v2 codebase has been updated with support for complex output types, adding support for the following Adafruit Sensor types:
SENSOR_TYPE_ACCELEROMETER = (1),
SENSOR_TYPE_MAGNETIC_FIELD = (2),
SENSOR_TYPE_ORIENTATION = (3),
SENSOR_TYPE_GYROSCOPE = (4),
SENSOR_TYPE_GRAVITY = (9),
SENSOR_TYPE_LINEAR_ACCELERATION = (10),
SENSOR_TYPE_ROTATION_VECTOR = (11),
These types will report a combined value field (x,y,z)
, along with individual (value_x, value_y, etc) fields.
🆕 Added Components 🆕
Three new components this release:
- 🛒 Melexis MLX90632 Far infrared temperature sensor
- 🛒 QMC5883P Magnetometer
- 🛒 AS5600 Magnetic Angle Sensor
PRs:
- OFFLINE: add(component): Melexis MLX90632 by @tyeth in #807
- Offline QMC5883P + AS5600 - with added Vector value support by @tyeth in #810
Usage and Installation
Usage and installation information can be found on the Adafruit Learning System Guide
Full Changelog: 1.0.0-offline-beta.4...1.0.0-offline-beta.5