Update README.md

pull/13/head
Arjan te Marvelde 2022-01-17 22:15:57 +01:00 zatwierdzone przez GitHub
rodzic 39c8baf4f5
commit b54205bd83
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ The display is a standard 16x2 LCD, but with an I2C interface. The display is co
## Installing and using the SDK for Windows:
Please refer to https://github.com/ndabas/pico-setup-windows/releases where the latest installer can be downloaded (e.g. **pico-setup-windows-0.3-x64.exe**).
Execute the installer to set up the SDK environment, e.g. in **~/Documents/Pico** (let's call this folder **$PICO**).
You can upgrade the sdk to the latest version by downloading and replacing the **$PICO/pico-sdk** folder. The latest version is on Github: https://github.com/raspberrypi/pico-sdk (download as zip, extract the **pico-sdk-master** folder from it, rename it to **pico-sdk** and use it to replace the original)
You can upgrade the SDK to the latest version by replacing the complete **$PICO/pico-sdk** folder with the newer version. The latest version is on Github: https://github.com/raspberrypi/pico-sdk (download code as zip, extract the **pico-sdk-master** folder from it, rename it to **pico-sdk** and use it to replace the original)
## Building uSDR-pico:
Clone/copy the uSDR-pico code files into a subdirectory, e.g. **$PICO/uSDR-pico**