Skip to content

Commit f7ec8f3

Browse files
authored
Merge pull request #263 from dhalbert/airlift
add airlift helper
2 parents b7f984f + 6c07e0a commit f7ec8f3

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
@@ -718,3 +718,6 @@
718718
[submodule "libraries/helpers/pixel_framebuf"]
719719
path = libraries/helpers/pixel_framebuf
720720
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git
721+
[submodule "libraries/helpers/airlift"]
722+
path = libraries/helpers/airlift
723+
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ These chips communicate to others over radio.
405405
.. toctree::
406406

407407
Adafruit Bluefruit LE SPI Friend <https://circuitpython.readthedocs.io/projects/bluefruitspi/en/latest/>
408+
AirLift Co-Processor Manager <https://circuitpython.readthedocs.io/projects/airlift/en/latest/>
408409
ESP WiFi Co-Processor using AT Commands <https://circuitpython.readthedocs.io/projects/esp-atcontrol/en/latest/>
409410
ESP32 WiFi Co-Processor over SPI <https://circuitpython.readthedocs.io/projects/esp32spi/en/latest/>
410411
RFM9x LoRa <https://circuitpython.readthedocs.io/projects/rfm9x/en/latest/>

libraries/helpers/airlift

Submodule airlift added at f289766

0 commit comments

Comments
 (0)