Skip to content

Commit ed1e86d

Browse files
authored
Merge pull request #279 from adafruit/as5600
Add AS5600 magnetic angle sensor
2 parents 7f21558 + c7f2b28 commit ed1e86d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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",
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": true,
8+
"i2cAddresses": [ "0x36" ],
9+
"subcomponents": [
10+
{
11+
"displayName": "Angle",
12+
"defaultPeriod": 5,
13+
"sensorType": "raw"
14+
}
15+
]
16+
}

components/i2c/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"defaultPeriod": {
3030
"description": "What period to the form should default to for this sensor.",
3131
"type": "number",
32-
"minimum": 30,
32+
"minimum": 1,
3333
"maximum": 86400
3434
}
3535
}

0 commit comments

Comments
 (0)