Add AS5600 magnetic angle sensor
This commit is contained in:
parent
275d46b221
commit
ffc76ab8fb
1 changed files with 16 additions and 0 deletions
16
components/i2c/as5600/definition.json
Normal file
16
components/i2c/as5600/definition.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue