Skip to content

Commit 5bb8f0d

Browse files
committed
Add RS485-Wrapper
1 parent b79f997 commit 5bb8f0d

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
@@ -412,3 +412,6 @@
412412
[submodule "libraries/helpers/p1am_200_helpers"]
413413
path = libraries/helpers/p1am_200_helpers
414414
url = https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git
415+
[submodule "libraries/helpers/RS485-Wrapper"]
416+
path = libraries/helpers/RS485-Wrapper
417+
url = https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,5 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
143143
* [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family.
144144
* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200.
145145
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
146+
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
146147
* [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).

libraries/helpers/RS485-Wrapper

Submodule RS485-Wrapper added at 229192f

0 commit comments

Comments
 (0)