Skip to content

Commit

Permalink
Merge pull request #183 from TristanWarder/main
Browse files Browse the repository at this point in the history
Add AT24MAC EEPROM driver
  • Loading branch information
tannewt authored Oct 6, 2023
2 parents 96d293f + 17b48ef commit 730aac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,6 @@
[submodule "libraries/helpers/microosc"]
path = libraries/helpers/microosc
url = https://github.com/todbot/CircuitPython_MicroOSC.git
[submodule "libraries/drivers/at24mac_eeprom"]
path = libraries/drivers/at24mac_eeprom
url = https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries

## Drivers:
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git) An easy way to add sound to your maker project. \([Docs](https://adafruit-soundboard.readthedocs.io/en/latest/README.html))
* [at24mac-eeprom](https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git) I2C driver for the AT24MAC402 and AT24MAC602 devices.
* [at42qt-acorn-python](https://github.com/skerr92/at42qt-acorn-python.git) Driver library for the AT42QT1070 Acorn.
* [Bluepad 32](https://github.com/ricardoquesada/bluepad32-circuitpython) Enables gamepad support for CircuitPython.
* [CircuitPython_AD5245](https://github.com/CedarGroveStudios/CircuitPython_AD5245.git) A driver for the AD5245 digital potentiometer. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD5245/blob/main/media/pseudo_readthedocs_cedargrove_ad5245.pdf))
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/at24mac_eeprom
Submodule at24mac_eeprom added at 766708

0 comments on commit 730aac7

Please sign in to comment.