Skip to content

Commit 9c8160c

Browse files
committed
Added ThingsBoard Client SDK library
1 parent 940e875 commit 9c8160c

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
@@ -514,3 +514,6 @@
514514
[submodule "libraries/drivers/serial-tft"]
515515
path = libraries/drivers/serial-tft
516516
url = https://github.com/bablokb/circuitpython-serial-tft.git
517+
[submodule "libraries/helpers/thingsboard_client_sdk"]
518+
path = libraries/helpers/thingsboard_client_sdk
519+
url = https://github.com/thingsboard/CircuitPython_thingsboard-client-sdk.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_Rotary
179179
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
180180
* [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io).
181181
* [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane)
182+
* [ThingsBoard Client SDK](https://github.com/thingsboard/CircuitPython_thingsboard-client-sdk) A CircuitPython client SDK for ThingsBoard IoT platform ([PyPi](https://pypi.org/project/thingsboard-circuitpython-client-sdk/)).
Submodule thingsboard_client_sdk added at 6e2ddbb

0 commit comments

Comments
 (0)