We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275d46b commit ffc76abCopy full SHA for ffc76ab
components/i2c/as5600/definition.json
@@ -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