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
2
2
Raspberry Pi Pico Arduino core, for all RP2040 boards
3
3
4
4
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
11
11
Open up the Arduino IDE and go to File->Preferences.
12
12
13
13
In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field:
14
+
14
15
https://github.com/earlephilhower/arduino-pico/releases/download/0.9.0/package_rp2040_index.json
16
+
15
17
![ image] ( https://user-images.githubusercontent.com/11875/111917251-3c57f400-8a3c-11eb-8120-810a8328ab3f.png )
16
18
17
19
Hit OK to close the dialog.
18
20
19
21
Go to Tools->Boards->Board Manager in the IDE
20
22
21
23
Type "pico" in the search box and select "Add":
24
+
22
25
![ image] ( https://user-images.githubusercontent.com/11875/111917223-12063680-8a3c-11eb-8884-4f32b8f0feb1.png )
23
26
24
27
# Installing via GIT
@@ -36,8 +39,7 @@ cd ../tools
36
39
python3 ./get.py
37
40
`````
38
41
39
-
40
- # Status of port
42
+ # Status of Port
41
43
Lots of things are working now!
42
44
* digitalWrite/Read (basic sanity tested)
43
45
* shiftIn/Out (tested using Nokia5110 https://github.com/ionpan/Nokia5110)
You can’t perform that action at this time.
0 commit comments