-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 1.17 KB
/
Copy pathlibrary.properties
File metadata and controls
11 lines (11 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
name=EncoderAlchemy
version=1.1.0
author=IC-Alchemy <153705720+IC-Alchemy@users.noreply.github.com>
maintainer=IC-Alchemy <153705720+IC-Alchemy@users.noreply.github.com>
sentence=Velocity-sensitive Arduino driver for AS5600 and TMAG5273 magnetic sensors, tuned for instruments you play.
paragraph=Reads an AMS AS5600 or a TI TMAG5273 over I2C behind one API and provides raw and normalized angle, multi-turn cumulative position with wrap-around correction, and a filtered angular-speed reading in degrees per second. Includes a tunable velocity-scaled parameter increment so a knob turns slowly for fine control and fast for wide sweeps, with an adaptive low-pass filter and response curve that are fully configurable at construction. The TMAG5273 driver additionally exposes all three magnetic axes in millitesla, die temperature, the CORDIC angle engine, resultant vector magnitude and the full register map. An optional SH1106G OLED helper adds bar meters, dials, arcs, vectorscopes and sparklines for building readouts.
category=Sensors
url=https://github.com/IC-Alchemy/EncoderAlchemy
architectures=*
includes=MagEncoder.h,TMAG5273.h,AlchemyOled.h
depends=Adafruit SH110X,Adafruit GFX Library