We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebf730 commit 3c175d7Copy full SHA for 3c175d7
README.md
@@ -12,10 +12,10 @@ cd $sketchbook/hardware/arduino
12
git clone git@github.com:arduino/ArduinoCore-mbed mbed
13
```
14
15
-Then clone https://github.com/arduino/ArduinoCore-API in a directory at your choice. Checkout `namespace_arduino` branch.
+Then clone https://github.com/arduino/ArduinoCore-API in a directory at your choice.
16
17
```bash
18
-git clone git@github.com:arduino/ArduinoCore-API -b namespace_arduino
+git clone git@github.com:arduino/ArduinoCore-API
19
20
21
Remove the symlink to `api` you can find in `$sketchbook/hardware/arduino/mbed/cores/arduino` and replace it with a symlink to `ArduinoCore-API/api`
0 commit comments