Skip to content

Commit

Permalink
Merge pull request #210 from bablokb/main
Browse files Browse the repository at this point in the history
added circuitpython-ehttpserver
  • Loading branch information
tannewt committed Mar 25, 2024
2 parents 9614f49 + 6f0b660 commit 314ddd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,6 @@
[submodule "libraries/helpers/Oakdevtech_CircuitPython_IcePython"]
path = libraries/helpers/Oakdevtech_CircuitPython_IcePython
url = https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython.git
[submodule "libraries/helpers/ehttpserver"]
path = libraries/helpers/ehttpserver
url = https://github.com/bablokb/circuitpython-ehttpserver.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [PCF85063A](https://github.com/bablokb/circuitpython-pcf85063a) A CircuitPython library for the PCF85063A RTC
* [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object.
* [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).
* [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane)
1 change: 1 addition & 0 deletions libraries/helpers/ehttpserver
Submodule ehttpserver added at 43099f

0 comments on commit 314ddd8

Please sign in to comment.