Skip to content

Commit

Permalink
Update pico_sdk.md to reflect changes to SPI (#900)
Browse files Browse the repository at this point in the history
references to solutions in #892 and #899
  • Loading branch information
matt-walker0 committed Mar 11, 2023
1 parent 557d165 commit 6ad390f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pico_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ This option is the most reliable and flexible. It involves calling `SPI.begin()`
#include <RF24.h>

RF24 radio(7, 8); // pin numbers connected to the radio's CE and CSN pins (respectively)
SPI spi;
int main()
{
Expand Down

0 comments on commit 6ad390f

Please sign in to comment.