We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16b96f commit 091efecCopy full SHA for 091efec
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