You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Arduino-Pico [](https://gitter.im/arduino-pico/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
4
3
Raspberry Pi Pico Arduino core, for all RP2040 boards
5
4
6
5
This is a port of the RP2040 (Raspberry Pi Pico processor) to the Arduino ecosystem.
@@ -9,6 +8,9 @@ It uses a custom toolset with GCC 10.2 and Newlib 4.0.0, not depending on system
9
8
10
9
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).
11
10
11
+
# Detailed Documentation
12
+
Refer to the examples and https://arduino-pico.readthedocs.io/en/latest/ for more detailed usage information.
13
+
12
14
# Installing via Arduino Boards Manager
13
15
**Windows Users**: Please do not use the Windows Store version of the actual Arduino application
14
16
because it has issues detecting attached Pico boards. Use the "Windows ZIP" or plain "Windows"
0 commit comments