Skip to content

Commit 314ddd8

Browse files
authored
Merge pull request #210 from bablokb/main
added circuitpython-ehttpserver
2 parents 9614f49 + 6f0b660 commit 314ddd8

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
@@ -442,3 +442,6 @@
442442
[submodule "libraries/helpers/Oakdevtech_CircuitPython_IcePython"]
443443
path = libraries/helpers/Oakdevtech_CircuitPython_IcePython
444444
url = https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython.git
445+
[submodule "libraries/helpers/ehttpserver"]
446+
path = libraries/helpers/ehttpserver
447+
url = https://github.com/bablokb/circuitpython-ehttpserver.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
154154
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
155155
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
156156
* [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).
157+
* [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane)

libraries/helpers/ehttpserver

Submodule ehttpserver added at 43099fc

0 commit comments

Comments
 (0)