Skip to content

Commit 3024d74

Browse files
authored
Merge pull request #269 from samson0v/main
Added ThingsBoard Client SDK library
2 parents aa31613 + a3c5a10 commit 3024d74

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,6 +514,9 @@
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
517520
[submodule "libraries/helpers/synthiota"]
518521
path = libraries/helpers/synthiota
519522
url = https://github.com/relic-se/CircuitPython_Synthiota.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_Rotary
180180
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
181181
* [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).
182182
* [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane)
183+
* [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 357e33e

0 commit comments

Comments
 (0)