-
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.
Bumps [RF24](https://github.com/nRF24/RF24) from `638095e` to `ee9c017`. - [Release notes](https://github.com/nRF24/RF24/releases) - [Commits](nRF24/RF24@638095e...ee9c017) --- updated-dependencies: - dependency-name: RF24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
6917bd8
commit 670ac97
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule RF24
updated
26 files
+7 −16 | .clang-format | |
+13 −0 | .github/dependabot.yml | |
+50 −55 | .github/workflows/build_arduino.yml | |
+3 −9 | .github/workflows/build_linux.yml | |
+3 −8 | .github/workflows/build_platformIO.yml | |
+2 −8 | .github/workflows/build_rp2xxx.yml | |
+14 −0 | .github/workflows/clang_format.yml | |
+2 −2 | .github/workflows/doxygen.yml | |
+1 −1 | RF24.h | |
+1 −1 | examples_linux/scanner.cpp | |
+3 −2 | examples_linux/streamingData.cpp | |
+1 −1 | nRF24L01.h | |
+8 −8 | pyRF24/pyRF24.cpp | |
+3 −3 | utility/ATXMegaD3/includes.h | |
+2 −2 | utility/RPi/interrupt.h | |
+62 −138 | utility/SPIDEV/gpio.cpp | |
+1 −3 | utility/SPIDEV/gpio.h | |
+2 −2 | utility/SPIDEV/interrupt.h | |
+1 −1 | utility/SPIDEV/spi.h | |
+4 −4 | utility/Template/gpio.h | |
+17 −17 | utility/Template/spi.h | |
+1 −1 | utility/pigpio/gpio.cpp | |
+5 −5 | utility/pigpio/gpio.h | |
+3 −3 | utility/pigpio/interrupt.h | |
+25 −25 | utility/pigpio/spi.h | |
+3 −3 | utility/wiringPi/includes.h |