We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69adb1c + de0314d commit fb0fd0eCopy full SHA for fb0fd0e
.gitmodules
@@ -55,3 +55,6 @@
55
[submodule "libraries/helpers/ifttt"]
56
path = libraries/helpers/ifttt
57
url = https://github.com/benevpi/CIRCUITPYTHON_ifttt.git
58
+[submodule "libraries/drivers/nrf24l01"]
59
+ path = libraries/drivers/nrf24l01
60
+ url = https://github.com/2bndy5/CircuitPython_nRF24L01.git
.travis.yml
@@ -18,4 +18,4 @@ deploy:
18
on:
19
tags: true
20
21
-script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2
+script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2
libraries/drivers/nrf24l01
0 commit comments