ossia / score-docs

MIT License
3 stars 12 forks source link

[Serial] reference examples in the user library #49

Closed thibaudk closed 2 years ago

jcelerier commented 2 years ago

Some typos, here's a corrected v.:

## Examples

Arduino's built-in examples proposes two similar sketches for serial communication: `SerialCallResponse` and `SerialCallResponseASCII`. You can find their companion QML scripts in the [user library](https://github.com/ossia/score-user-library/tree/master/Devices/Serial/Arduino/Examples_BUILT-IN/COMMUNICATION), illustrating the use of the `onRead` and `onMessage` functions respectively.

thnks!

thibaudk commented 2 years ago

Sorry for the very late reply, here are the changes

jcelerier commented 2 years ago

cool thanks !