adding_uplot
This commit is contained in:
parent
babec058b5
commit
d59293bbe3
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -281,3 +281,6 @@
|
|||
[submodule "libraries/helpers/uboxplot"]
|
||||
path = libraries/helpers/uboxplot
|
||||
url = https://github.com/jposada202020/CircuitPython-UBoxplot.git
|
||||
[submodule "libraries/helpers/uplot"]
|
||||
path = libraries/helpers/uplot
|
||||
url = https://github.com/jposada202020/CircuitPython_uplot.git
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
|||
* [CircuitPython_TemperatureTools](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git) A collection of Dew Point, Heat Index, and temperature unit helpers \([Docs](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools/blob/main/media/pseudo_rtd_cedargrove_temperaturetools.pdf))
|
||||
* [CircuitPython_TouchCalibrator](https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git) A resistive touchscreen calibrator for Adafruit built-in and TFT FeatherWing displays
|
||||
* [CircuitPython TZDB](https://github.com/evindunn/circuitpython_tzdb) IANA timezones for adafruit_datetime ([PyPi](https://pypi.org/project/circuitpython-tzdb/)) \([Docs](https://circuitpython-tzdb.readthedocs.io/en/latest/))
|
||||
* [CircuitPython uplot](https://github.com/jposada202020/CircuitPython_uplot) Plot library for CircuitPython ([PyPi](https://pypi.org/project/circuitpython-uplot/)) \([Docs](https://circuitpython-uplot.readthedocs.io/en/latest/))
|
||||
* [Gamblor21 CircuitPython AHRS](https://github.com/gamblor21/Gamblor21_CircuitPython_AHRS.git) This library contains right now one alogrithm for AHRS - Attitude and Heading Reference System \([Docs](https://circuitpython-ahrs.readthedocs.io/))
|
||||
* [Jepler CircuitPython udecimal](https://github.com/jepler/Jepler_CircuitPython_udecimal.git) Reduced version of the decimal library for CircuitPython ([PyPi](https://pypi.org/project/jepler-circuitpython-udecimal)) \([Docs](https://jepler-udecimal.readthedocs.io/en/latest/))
|
||||
* [PiperBlocklyLibrary](https://github.com/buildwithpiper/PiperBlocklyLibrary.git) CircuitPython Library to support block-coding using the RP Pico microcontroller
|
||||
|
|
|
|||
1
libraries/helpers/uplot
Submodule
1
libraries/helpers/uplot
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9914a7f85ae2c4843bad105343cbc1eabfd8eec1
|
||||
Loading…
Reference in a new issue