From 33d60f3be50242ad3b3c83599d5041e5a678c459 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Fri, 7 Dec 2018 16:06:29 +0100 Subject: [PATCH] Update README.md with link to usage examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0350b2b..0c43bdc 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Similarly we can read from several devices at the same time by using `get` There are several examples found [here](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/master/docs/build/examples/examples.md#examples) which let's you test out the functionality of `LabConnections.jl`. - +Examples of real-world usage are available in [ball-and-beam](https://gitlab.control.lth.se/processes/LabProcesses.jl/blob/master/src/interface_implementations/ballandbeam.jl) -- GitLab