Skip to content

Commit 3bfc525

Browse files
authored
Merge pull request #409 from tekktrik/dev/add-pastebin
Add pastebin helper library
2 parents 93e03ad + f61ef0e commit 3bfc525

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
@@ -923,3 +923,6 @@
923923
[submodule "libraries/helpers/ble_file_transfer"]
924924
path = libraries/helpers/ble_file_transfer
925925
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer.git
926+
[submodule "libraries/helpers/pastebin"]
927+
path = libraries/helpers/pastebin
928+
url = https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Miscellaneous Helpers
210210
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
211211
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
212212
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
213+
Pastebin services <https://docs.circuitpython.org/projects/pastebin/en/latest/>
213214
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
214215
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
215216
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>

libraries/helpers/pastebin

Submodule pastebin added at 55506a7

0 commit comments

Comments
 (0)