File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # arduino-pico
1+ # Arduino-Pico
22Raspberry Pi Pico Arduino core, for all RP2040 boards
33
44This is a port of the RP2040 (Raspberry Pi Pico processor) to the Arduino ecosystem.
@@ -11,14 +11,17 @@ There is automated discovery of boards in bootloader mode, so they show up in th
1111Open up the Arduino IDE and go to File->Preferences.
1212
1313In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field:
14+
1415https://github.com/earlephilhower/arduino-pico/releases/download/0.9.0/package_rp2040_index.json
16+
1517![ image] ( https://user-images.githubusercontent.com/11875/111917251-3c57f400-8a3c-11eb-8120-810a8328ab3f.png )
1618
1719Hit OK to close the dialog.
1820
1921Go to Tools->Boards->Board Manager in the IDE
2022
2123Type "pico" in the search box and select "Add":
24+
2225![ image] ( https://user-images.githubusercontent.com/11875/111917223-12063680-8a3c-11eb-8884-4f32b8f0feb1.png )
2326
2427# Installing via GIT
@@ -36,8 +39,7 @@ cd ../tools
3639python3 ./get.py
3740`````
3841
39-
40- # Status of port
42+ # Status of Port
4143Lots of things are working now!
4244* digitalWrite/Read (basic sanity tested)
4345* shiftIn/Out (tested using Nokia5110 https://github.com/ionpan/Nokia5110)
You can’t perform that action at this time.
0 commit comments