mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00

- Modify TLV493d library to expose frame counter in order to check for lockup, and implement auto-reset in tlv_sensor in case of lockup - Implement MT6701 SimpleFOC sensor - Make display optional - Add optional LED, strain, ALS support - Connect ALS to LED and display brightness - Hardcoded strain gauge thresholds and haptic feedback
18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"name": "TLV493D-Magnetic-Sensor",
|
|
"keywords": "3D, magnetic, sensor2go",
|
|
"description": "This library provides an Interface for Infineon's TLV493D Magnetic Sensor",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git",
|
|
"branch": "master"
|
|
},
|
|
"version":"1.0.3",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"infineonxmc",
|
|
"atmelavr"
|
|
]
|
|
}
|