Skip to content

Commit e63d707

Browse files
committed
Image path fixes
1 parent 0e5adab commit e63d707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a new sketch in Arduino IDE and open its folder.
2020

2121
__3.__
2222

23-
![](https://github.com/dani007200964/Commander-API/blob/main/Doc/images/arduino_install_lib_install.png)
23+
![](https://github.com/dani007200964/Commander-API/blob/master/Doc/images/arduino_install_lib_install.png)
2424
Now copy interpreter.c and interpreter.h files from src folder in this repository, to your sketch folder.
2525

2626
__4.__
@@ -35,7 +35,7 @@ If Arduino IDE is opened __save all your work,__ then restart Arduino IDE.
3535

3636
__6.__
3737

38-
![](https://github.com/dani007200964/Commander-API/blob/main/Doc/images/arduino_install_success.png)
38+
![](https://github.com/dani007200964/Commander-API/blob/master/Doc/images/arduino_install_success.png)
3939
Now you should see the interpreter.cpp and interpreter.hpp files on the top bar.
4040
Than you just include interpreter.hpp as usual.
4141

@@ -244,7 +244,7 @@ __Congratulations, you have made your first project with Commander API :)__
244244

245245
**The importance of response function**
246246

247-
![](https://github.com/dani007200964/Commander-API/blob/main/Doc/images/response_function_explained_01.png)
247+
![](https://github.com/dani007200964/Commander-API/blob/master/Doc/images/images/response_function_explained_01.png)
248248
Imagine a system that has a various number of channels to communicate with.
249249
For example a Linux system, which has its shell redirected to SSH, Serial, GUI...
250250
If a command arrives in one of the supported channels, you want to generate
@@ -258,7 +258,7 @@ error messages will be redirected to INTERPRETER_PRINTF definition.
258258

259259
**Print the description**
260260

261-
![](https://github.com/dani007200964/Commander-API/blob/main/Doc/images/description_example.png)
261+
![](https://github.com/dani007200964/Commander-API/blob/master/Doc/images/images/description_example.png)
262262
To print the description you just have to add a question mark to the end of the command.
263263

264264
**When and how to use a buffer?**

0 commit comments

Comments
 (0)