Skip to content

Commit 9614f49

Browse files
authored
Merge pull request #209 from skerr92/add_icepython
add IcePython helper library
2 parents 419bac0 + c6b3a65 commit 9614f49

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
@@ -439,3 +439,6 @@
439439
[submodule "libraries/helpers/ble_cycling_power_service"]
440440
path = libraries/helpers/ble_cycling_power_service
441441
url = https://github.com/EzrSchwartz/Circuitpython_BLE_Cycling_Power_Service.git
442+
[submodule "libraries/helpers/Oakdevtech_CircuitPython_IcePython"]
443+
path = libraries/helpers/Oakdevtech_CircuitPython_IcePython
444+
url = https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
147147
* [nonblocking timer](https://github.com/Angeleno-Tech/nonblocking_timer.git) nonblockingtimer is a class to simplify the use of time.monotonic() when working with CircuitPython \([Docs](https://circuitpython-nonblocking_timer.readthedocs.io/))
148148
* [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in a nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/))
149149
* [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/))
150+
* [Oak Dev Tech CircuitPython IcePython](https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython) Helper for programming Lattice iCE40 FPGA
150151
* [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4
151152
* [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family.
152153
* [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200.

0 commit comments

Comments
 (0)