Skip to content

Commit 55720ac

Browse files
committed
Add pastebin library
1 parent b133df2 commit 55720ac

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -920,3 +920,6 @@
920920
[submodule "libraries/helpers/ble_beacon"]
921921
path = libraries/helpers/ble_beacon
922922
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git
923+
[submodule "libraries/helpers/pastebin"]
924+
path = libraries/helpers/pastebin
925+
url = https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Miscellaneous Helpers
208208
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
209209
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
210210
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
211+
Pastebin services <https://docs.circuitpython.org/projects/pastebin/en/latest/>
211212
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
212213
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
213214
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>

libraries/helpers/pastebin

Submodule pastebin added at 55506a7

0 commit comments

Comments
 (0)