Unify examples, add notes

This commit is contained in:
unknown
2022-06-17 00:54:31 +02:00
parent 8d7a063c99
commit 4d9eca0c71
10 changed files with 32 additions and 170 deletions

View File

@@ -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`.