-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc updates * update type hints * update CI * update submodules * fix datatype in RF24NetworkWrapper::peek_frame() * adjust type hint in RF24Network.read() signature
- Loading branch information
Showing
16 changed files
with
110 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule RF24
updated
18 files
+14 −1 | .github/workflows/build_arduino.yml | |
+1 −1 | .github/workflows/build_linux.yml | |
+5 −1 | .github/workflows/build_platformIO.yml | |
+2 −1 | .github/workflows/doxygen.yml | |
+3 −5 | RF24.cpp | |
+32 −21 | RF24.h | |
+10 −4 | RF24_config.h | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+2 −2 | utility/ATXMegaD3/RF24_arch_config.h | |
+3 −3 | utility/LittleWire/RF24_arch_config.h | |
+3 −3 | utility/MRAA/RF24_arch_config.h | |
+3 −3 | utility/RPi/RF24_arch_config.h | |
+3 −3 | utility/SPIDEV/RF24_arch_config.h | |
+2 −2 | utility/Template/RF24_arch_config.h | |
+3 −3 | utility/pigpio/RF24_arch_config.h | |
+3 −3 | utility/rp2/RF24_arch_config.h | |
+3 −3 | utility/wiringPi/RF24_arch_config.h |
Submodule RF24Mesh
updated
9 files
Submodule RF24Network
updated
2 files
+2 −1 | .github/workflows/doxygen.yml | |
+8 −4 | RF24Network_config.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
sphinx<6.0 | ||
sphinx-immaterial |
Submodule pybind11
updated
97 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pylint | ||
mypy | ||
cpp-linter | ||
cpp-linter | ||
black |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.