Skip to content

Commit ad0baa6

Browse files
authored
Merge branch 'main' into add_gamecontrols
2 parents 63dba5e + ff66592 commit ad0baa6

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@
451451
[submodule "libraries/helpers/buzzer-music"]
452452
path = libraries/helpers/buzzer-music
453453
url = https://github.com/bablokb/cp-buzzer-music.git
454+
[submodule "libraries/drivers/as5600"]
455+
path = libraries/drivers/as5600
456+
url = https://github.com/noelanderson/CircuitPython_AS5600.git
454457
[submodule "libraries/helpers/game_controls"]
455458
path = libraries/helpers/game_controls
456459
url = https://github.com/FoamyGuy/CircuitPython_GameControls.git

circuitpython_community_auto_library_list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Adafruit CircuitPython Libraries
22
![Blinka Reading](https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/assets/BlinkaBook.png)
33
Here is a listing of current Adafruit CircuitPython Libraries.
4-
There are 150 libraries available.
4+
There are 152 libraries available.
55

66
## Drivers:
77
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git)
88
* [CircuitPython AD5245](https://github.com/cedargrovestudios/CircuitPython_AD5245.git)
99
* [CircuitPython AD5293](https://github.com/CedarGroveStudios/CircuitPython_AD5293.git)
1010
* [CircuitPython AD9833](https://github.com/CedarGroveStudios/CircuitPython_AD9833.git)
1111
* [CircuitPython AS3935](https://github.com/BiffoBear/CircuitPython_AS3935.git) \([Docs](https://circuitpython-as3935.readthedocs.io/))
12+
* [CircuitPython AS5600](https://github.com/noelanderson/CircuitPython_AS5600.git) \([Docs](https://circuitpython-as5600.readthedocs.io/))
1213
* [CircuitPython AT24MAC EEPROM](https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git)
1314
* [CircuitPython AXP192](https://github.com/CDarius/CircuitPython_AXP192.git) \([Docs](https://circuitpython-axp192.readthedocs.io/))
1415
* [CircuitPython AXP2101](https://github.com/CDarius/CircuitPython_AXP2101.git) \([Docs](https://circuitpython-axp2101.readthedocs.io/))
@@ -155,4 +156,5 @@ There are 150 libraries available.
155156
* [circuitpython uuid4](https://github.com/DerBroader71/circuitpython_uuid4.git)
156157
* [circuitpython waveviz](https://github.com/cedargrovestudios/circuitpython_waveviz.git)
157158
* [circuitpython-ehttpserver](https://github.com/bablokb/circuitpython-ehttpserver.git)
159+
* [cp-buzzer-music](https://github.com/bablokb/cp-buzzer-music.git)
158160
* [nonblocking timer](https://github.com/Angeleno-Tech/nonblocking_timer.git) \([Docs](https://circuitpython-nonblocking_timer.readthedocs.io/))

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
1212
* [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))
1313
* [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))
1414
* [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/))
15+
* [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/))
1516
* [CircuitPython AXP192](https://github.com/CDarius/CircuitPython_AXP192.git) A driver for AXP192 power management IC. \([Docs](https://circuitpython-axp192.readthedocs.io/))
1617
* [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//))
1718
* [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/))

libraries/drivers/as5600

Submodule as5600 added at 7f78b8b

0 commit comments

Comments
 (0)