From 6ad390fee19bd65b252cf8f18effc62b8996c151 Mon Sep 17 00:00:00 2001 From: matt-walker0 <78490185+matt-walker0@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:50:16 +0000 Subject: [PATCH] Update pico_sdk.md to reflect changes to SPI (#900) references to solutions in #892 and #899 --- docs/pico_sdk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pico_sdk.md b/docs/pico_sdk.md index 5d5d44ec..ca2a3947 100644 --- a/docs/pico_sdk.md +++ b/docs/pico_sdk.md @@ -144,6 +144,7 @@ This option is the most reliable and flexible. It involves calling `SPI.begin()` #include RF24 radio(7, 8); // pin numbers connected to the radio's CE and CSN pins (respectively) +SPI spi; int main() {