adding 24lc32
This commit is contained in:
parent
6a3fec15cb
commit
f45c69a742
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -869,3 +869,6 @@
|
|||
[submodule "libraries/helpers/asyncio"]
|
||||
path = libraries/helpers/asyncio
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_asyncio.git
|
||||
[submodule "libraries/drivers/24lc32"]
|
||||
path = libraries/drivers/24lc32
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_24LC32.git
|
||||
|
|
|
|||
|
|
@ -479,6 +479,7 @@ Miscellaneous
|
|||
|
||||
.. toctree::
|
||||
|
||||
24LC32 EEPROM <https://circuitpython.readthedocs.io/projects/24lc32/en/latest/>
|
||||
74HC595 Shift Register <https://circuitpython.readthedocs.io/projects/74hc595/en/latest/>
|
||||
ATECCx08 Cryptographic Co-Processor <https://circuitpython.readthedocs.io/projects/atecc/en/latest/>
|
||||
AMG88xx Grid-Eye IR Camera <https://circuitpython.readthedocs.io/projects/amg88xx/en/latest/>
|
||||
|
|
|
|||
1
libraries/drivers/24lc32
Submodule
1
libraries/drivers/24lc32
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 21cc39087cf1fd9548e88e933f7d5a4ae2984fff
|
||||
Loading…
Reference in a new issue