Skip to content

Commit c6aa330

Browse files
authored
Merge pull request #243 from makermelissa/master
Added BitbangIO library to bundle
2 parents acd3663 + f8e1144 commit c6aa330

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,3 +673,6 @@
673673
[submodule "libraries/helpers/ble_midi"]
674674
path = libraries/helpers/ble_midi
675675
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI.git
676+
[submodule "libraries/helpers/bitbangio"]
677+
path = libraries/helpers/bitbangio
678+
url = https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO.git

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,12 @@ Miscellaneous Helpers
177177
.. toctree::
178178

179179
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
180+
BitbangIO <https://circuitpython.readthedocs.io/projects/bitbangio/en/latest/>
180181
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
181182
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
182183
Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/>
183-
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
184184
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
185+
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
185186
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
186187
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
187188
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>

libraries/helpers/bitbangio

Submodule bitbangio added at 1bb5361

0 commit comments

Comments
 (0)