arduino: add examples (#9352)

pull/1/head
Ratheshan Sathiyamoorthy 2022-10-26 15:27:36 +05:30 committed by GitHub
parent d60a7927a6
commit f500bf3524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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}}"`