Unify examples, add notes
This commit is contained in:
@@ -19,3 +19,11 @@ $ pio run --target upload
|
||||
# Clean build files
|
||||
$ pio run --target clean
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
For Raspberry Pi Pico devices, two Arduino cores exist:
|
||||
* https://github.com/arduino/ArduinoCore-mbed
|
||||
* https://github.com/earlephilhower/arduino-pico
|
||||
|
||||
This examples showcases how to use both of these cores in the `platformio.ini`.
|
Reference in New Issue
Block a user