8000 Update README.md · wemakerspace/arduino-pico@c0276bc · GitHub
[go: up one dir, main page]

Skip to content

Commit c0276bc

Browse files
Update README.md
1 parent 057877f commit c0276bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# arduino-pico
1+
# Arduino-Pico
22
Raspberry Pi Pico Arduino core, for all RP2040 boards
33

44
This 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
1111
Open up the Arduino IDE and go to File->Preferences.
1212

1313
In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field:
14+
1415
https://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

1719
Hit OK to close the dialog.
1820

1921
Go to Tools->Boards->Board Manager in the IDE
2022

2123
Type "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
3639
python3 ./get.py
3740
`````
3841
39-
40-
# Status of port
42+
# Status of Port
4143
Lots of things are working now!
4244
* digitalWrite/Read (basic sanity tested)
4345
* shiftIn/Out (tested using Nokia5110 https://github.com/ionpan/Nokia5110)

0 commit comments

Comments
 (0)
0