Add AS5600 magnetic angle sensor

This commit is contained in:
Tyeth Gundry 2025-08-21 16:09:26 +01:00
parent 275d46b221
commit ffc76ab8fb

View file

@ -0,0 +1,16 @@
{
"displayName": "AS5600 Magnetic Angle Sensor",
"vendor": "ams",
"productURL": "https://www.adafruit.com/product/6357",
"documentationURL": "https://learn.adafruit.com/adafruit-as5600-magnetic-angle-sensor",
"description": "Magnetic angle (0-359) I2C sensor with 0.1° precision and 0.4° accuracy",
"published": false,
"i2cAddresses": [ "0x36" ],
"subcomponents": [
{
"displayName": "Angle",
"defaultPeriod": 5,
"sensorType": "raw"
}
]
}