We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad66d commit 0c662b9Copy full SHA for 0c662b9
samples/blinky_arduino/README.rst
@@ -23,7 +23,7 @@ Building and Running
23
Build and flash Blinky as follows,
24
25
```sh
26
-$> west build -p -b arduino_nano_33_ble samples/basic/arduino-blinky/ -DZEPHYR_EXTRA_MODULES=/home/$USER/zephyrproject/modules/lib/Arduino-Core-Zephyr
+$> west build -p -b arduino_nano_33_ble samples/blinky_arduino/ -DZEPHYR_EXTRA_MODULES=/home/$USER/zephyrproject/modules/lib/Arduino-Core-Zephyr
27
28
$> west flash --bossac=/home/$USER/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac
29
```
0 commit comments