Skip to content

Commit 918744a

Browse files
authored
Merge pull request #292 from dhalbert/simplemath
Add simplemath
2 parents 89f0449 + c34507b commit 918744a

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
@@ -784,3 +784,6 @@
784784
[submodule "libraries/drivers/htu31d"]
785785
path = libraries/drivers/htu31d
786786
url = https://github.com/adafruit/Adafruit_CircuitPython_HTU31D.git
787+
[submodule "libraries/helpers/simplemath"]
788+
path = libraries/helpers/simplemath
789+
url = https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Miscellaneous Helpers
197197
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
198198
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
199199
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
200+
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
200201
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
201202
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
202203

libraries/helpers/simplemath

Submodule simplemath added at 68ae135

0 commit comments

Comments
 (0)