Unverified Commit 6ad390fe authored by matt-walker0's avatar matt-walker0 Committed by GitHub

Update pico_sdk.md to reflect changes to SPI (#900)

references to solutions in #892 and #899
parent 557d165c
......@@ -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()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment