-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the rf24-submodules group with 2 updates (#100)
* Bump the rf24-submodules group with 2 updates Bumps the rf24-submodules group with 2 updates: [RF24](https://github.com/nRF24/RF24) and [RF24Network](https://github.com/nRF24/RF24Network). Updates `RF24` from `ce9bbb8` to `6f3da43` - [Release notes](https://github.com/nRF24/RF24/releases) - [Commits](nRF24/RF24@ce9bbb8...6f3da43) Updates `RF24Network` from `551461f` to `731a368` - [Release notes](https://github.com/nRF24/RF24Network/releases) - [Commits](nRF24/RF24Network@551461f...731a368) --- updated-dependencies: - dependency-name: RF24 dependency-type: direct:production dependency-group: rf24-submodules - dependency-name: RF24Network dependency-type: direct:production dependency-group: rf24-submodules ... Signed-off-by: dependabot[bot] <support@github.com> * add new enum about FIFO state Includes various typing fixes and spelling corrections in examples. Updated docs with deprecation admonitions about deprecated parameters. Renamed requirements-build.txt as these dependencies are only needed to build the package and are already specified in pyproject.toml. * use `ruff format --check` in CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <2bndy5@gmail.com>
- Loading branch information
1 parent
5d946da
commit 3da148e
Showing
17 changed files
with
106 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,3 @@ python: | |
- method: pip | ||
path: . | ||
- requirements: docs/requirements.txt | ||
- requirements: requirements.txt |
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
7 files
+34 −2 | CHANGELOG.md | |
+10 −15 | RF24.cpp | |
+26 −4 | RF24.h | |
+0 −3 | RF24_config.h | |
+1 −1 | library.json | |
+1 −1 | library.properties | |
+8 −1 | pyRF24/pyRF24.cpp |
Submodule RF24Network
updated
3 files
+19 −0 | CHANGELOG.md | |
+1 −1 | library.json | |
+1 −1 | library.properties |
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
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
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
File renamed without changes.
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