mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
arduino: add examples (#9352)
This commit is contained in:
parent
d60a7927a6
commit
f500bf3524
1 changed files with 8 additions and 0 deletions
|
@ -26,3 +26,11 @@
|
|||
- Save any (changed) preferences to `preferences.txt`:
|
||||
|
||||
`arduino --save-prefs`
|
||||
|
||||
- Install the latest SAM board:
|
||||
|
||||
`arduino --install-boards "{{arduino:sam}}"`
|
||||
|
||||
- Install Bridge and Servo libraries:
|
||||
|
||||
`arduino --install-library "{{Bridge:1.0.0,Servo:1.2.0}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue