Skip to content

Commit

Permalink
Corrected Arduino URL for multiple variables: thanks Sergio Duarte 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
leomariga committed Aug 24, 2019
1 parent b3669a1 commit 8e0d90e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ In the receiver diagram, the main change is in the *Serial Receive* block. You h

![sendreceivemultiples](https://github.com/leomariga/Simulink-Arduino-Serial/blob/master/images/multipleDataSize.png)

This example shows the Simulink transmitting 6 different values to Arduino, and receiving back 3 values (Sum of each pair). [The Arduino code is right here.](https://github.com/leomariga/Simulink-Arduino-Serial/blob/master/Examples/Sigle_signal/Simulink_SendReceive_Arduino_SendReceive/arduinoSendReceive/arduinoSendReceive.ino).
This example shows the Simulink transmitting 6 different values to Arduino, and receiving back 3 values (Sum of each pair). [The Arduino code is right here.](https://github.com/leomariga/Simulink-Arduino-Serial/blob/master/Examples/Multiple_signals/arduinoSendReceive_multiple/arduinoSendReceive_multiple.ino).

![outputmultiple](https://github.com/leomariga/Simulink-Arduino-Serial/blob/master/images/multipleoutput.png)

## Conclusion
Hope I could help you in your work. If you have questions just e-mail me!
Hope I could help you in your work. If you have questions just create an issue so we can solve it together :grinning:!

[email protected]

Expand All @@ -190,4 +190,4 @@ As the legend says:
Thank you!

*Please, star this repo. Would make me happy :)*
*Did I help you? Remember to click on :star2: button. :blush:*

0 comments on commit 8e0d90e

Please sign in to comment.