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

Skip to content

Commit 057877f

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

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ It uses a custom toolset with GCC 10.2 and Newlib 4.0.0, not depending on system
77

88
There is automated discovery of boards in bootloader mode, so they show up in the IDE, and the upload command works using the Microsoft UF2 tool (included).
99

10-
To install:
10+
# Installing via Arduino Boards Manager
11+
Open up the Arduino IDE and go to File->Preferences.
12+
13+
In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field:
14+
https://github.com/earlephilhower/arduino-pico/releases/download/0.9.0/package_rp2040_index.json
15+
![image](https://user-images.githubusercontent.com/11875/111917251-3c57f400-8a3c-11eb-8120-810a8328ab3f.png)
16+
17+
Hit OK to close the dialog.
18+
19+
Go to Tools->Boards->Board Manager in the IDE
20+
21+
Type "pico" in the search box and select "Add":
22+
![image](https://user-images.githubusercontent.com/11875/111917223-12063680-8a3c-11eb-8884-4f32b8f0feb1.png)
23+
24+
# Installing via GIT
25+
To install via GIT (for latest and greatest versions):
1126
````
1227
mkdir -p ~/Arduino/hardware/pico
1328
git clone https://github.com/earlephilhower/arduino-pico.git ~/Arduino/hardware/pico/rp2040
@@ -21,10 +36,8 @@ cd ../tools
2136
python3 ./get.py
2237
`````
2338
24-
The RP2040 PIO state machines (SMs) are used to generate jitter-free:
25-
* Servos
26-
* Tones
2739
40+
# Status of port
2841
Lots of things are working now!
2942
* digitalWrite/Read (basic sanity tested)
3043
* shiftIn/Out (tested using Nokia5110 https://github.com/ionpan/Nokia5110)
@@ -37,6 +50,11 @@ Lots of things are working now!
3750
* Hardware UART
3851
* Servo (basic waveform testing, disables/re-enables without any short pulses)
3952
53+
The RP2040 PIO state machines (SMs) are used to generate jitter-free:
54+
* Servos
55+
* Tones
56+
57+
# Contributing
4058
If you want to contribute or have bugfixes, drop me a note at <earlephilhower@yahoo.com> or open an issue/PR here.
4159
4260
-Earle F. Philhower, III

0 commit comments

Comments
 (0)
0