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
@@ -216,6 +222,7 @@ We can finally upload the sketch and see our board blinking, we now have to spec
216
222
CPU reset.
217
223
218
224
### Step 7. Add libraries
225
+
219
226
Now we can try to add a useful library to our sketch. We can at first look at the name of a library, our favourite one is the wifi101, here the command to get more info
220
227
221
228
$ arduino-cli lib search wifi101
@@ -250,6 +257,7 @@ We are now ready to install it! Please be sure to use the full name of the lib a
250
257
## Inline Help
251
258
252
259
`arduino-cli` is a container of commands, to see the full list just run:
260
+
253
261
```bash
254
262
$ arduino-cli
255
263
Arduino Command Line Interface (arduino-cli).
@@ -318,11 +326,10 @@ Because:
318
326
319
327
#### What is the FQBN for ...?
320
328
321
-
* Arduino UNO: `arduino:avr:uno`
322
-
* Arduino Mega: `arduino:avr:mega`
323
-
* Arduino Nano: `arduino:avr:nano` or `arduino:avr:nano:cpu=atmega328old` if you have the old bootloader
329
+
- Arduino UNO: `arduino:avr:uno`
330
+
- Arduino Mega: `arduino:avr:mega`
331
+
- Arduino Nano: `arduino:avr:nano` or `arduino:avr:nano:cpu=atmega328old` if you have the old bootloader
0 commit comments