From 1af0c68c6b3d3d8835f98124ba8e5cd750e561c6 Mon Sep 17 00:00:00 2001 From: Noel Date: Sat, 25 Jan 2025 13:38:44 -0800 Subject: [PATCH] Add driver for AMS AS5600 --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/drivers/as5600 | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/drivers/as5600 diff --git a/.gitmodules b/.gitmodules index c76bca0..2f6cbe5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -451,3 +451,6 @@ [submodule "libraries/helpers/buzzer-music"] path = libraries/helpers/buzzer-music url = https://github.com/bablokb/cp-buzzer-music.git +[submodule "libraries/drivers/as5600"] + path = libraries/drivers/as5600 + url = https://github.com/noelanderson/CircuitPython_AS5600.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 1bf1c73..dc03084 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -12,6 +12,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_AD5293](https://github.com/CedarGroveStudios/CircuitPython_AD5293.git) A driver for the AD5293 digital potentiometer. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_readthedocs_cedargrove_ad5293.pdf)) * [CircuitPython_AD9833](https://github.com/CedarGroveStudios/CircuitPython_AD9833.git) A driver for the AD9833 Programmable Waveform Generator. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD9833/blob/master/media/pseudo_readthedocs_cedargrove_ad9833.pdf)) * [CircuitPython AS3935](https://github.com/BiffoBear/CircuitPython_AS3935.git) Library for the Franklin AS3935 lightning detector. The driver supports connections via SPI and I2C. \([Docs](https://circuitpython-as3935.readthedocs.io/)) +* [CircuitPython AS5600](https://github.com/noelanderson/CircuitPython_AS5600.git) Driver for the AMS AS5600 12-bit on-axis magnetic rotary position sensor ([Docs](https://circuitpython-as5600.readthedocs.io/en/latest/)) * [CircuitPython AXP192](https://github.com/CDarius/CircuitPython_AXP192.git) A driver for AXP192 power management IC. \([Docs](https://circuitpython-axp192.readthedocs.io/)) * [CircuitPython AXP2101](https://github.com/CDarius/CircuitPython_AXP2101.git) A driver for AXP2101 power management IC. \([Docs](http://circuitpython-driver-for-axp2101-power-management-ic.readthedocs.io//)) * [CircuitPython BMA220](https://github.com/jposada202020/CircuitPython_BMA220.git) Driver for the Bosch BMA220 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma220/)) \([Docs](https://circuitpython-bma220.readthedocs.io/en/latest/)) diff --git a/libraries/drivers/as5600 b/libraries/drivers/as5600 new file mode 160000 index 0000000..7f78b8b --- /dev/null +++ b/libraries/drivers/as5600 @@ -0,0 +1 @@ +Subproject commit 7f78b8b5ad6366329311c385ad13f205d5e74b78