Skip to content

Commit 730aac7

Browse files
authored
Merge pull request #183 from TristanWarder/main
Add AT24MAC EEPROM driver
2 parents 96d293f + 17b48ef commit 730aac7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,6 @@
388388
[submodule "libraries/helpers/microosc"]
389389
path = libraries/helpers/microosc
390390
url = https://github.com/todbot/CircuitPython_MicroOSC.git
391+
[submodule "libraries/drivers/at24mac_eeprom"]
392+
path = libraries/drivers/at24mac_eeprom
393+
url = https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
55

66
## Drivers:
77
* [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))
8+
* [at24mac-eeprom](https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git) I2C driver for the AT24MAC402 and AT24MAC602 devices.
89
* [at42qt-acorn-python](https://github.com/skerr92/at42qt-acorn-python.git) Driver library for the AT42QT1070 Acorn.
910
* [Bluepad 32](https://github.com/ricardoquesada/bluepad32-circuitpython) Enables gamepad support for CircuitPython.
1011
* [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))

libraries/drivers/at24mac_eeprom

Submodule at24mac_eeprom added at 7667086

0 commit comments

Comments
 (0)