Skip to content

Commit ffc76ab

Browse files
committed
Add AS5600 magnetic angle sensor
1 parent 275d46b commit ffc76ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"displayName": "AS5600 Magnetic Angle Sensor",
3+
"vendor": "ams",
4+
"productURL": "https://www.adafruit.com/product/6357",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-as5600-magnetic-angle-sensor",
6+
"description": "Magnetic angle (0-359) I2C sensor with 0.1° precision and 0.4° accuracy",
7+
"published": false,
8+
"i2cAddresses": [ "0x36" ],
9+
"subcomponents": [
10+
{
11+
"displayName": "Angle",
12+
"defaultPeriod": 5,
13+
"sensorType": "raw"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)