Skip to content
Snippets Groups Projects
Commit bded7b79 authored by Marcus Thelander Andrén's avatar Marcus Thelander Andrén
Browse files

Added figures in docs

parent 9ba3ac36
No related branches found
No related tags found
No related merge requests found
Pipeline #692 failed
......@@ -2,7 +2,7 @@
[![coverage report](https://gitlab.control.lth.se/labdev/LabConnections.jl/badges/master/coverage.svg)](https://gitlab.control.lth.se/labdev/LabConnections.jl/commits/master)
# Welcome to LabConnections.jl - the IO-software part of the LabDev project
<img src="docs/images/labio_overview.png" height="200" width="1050">
<img src="docs/src/fig/labio_overview.png" height="150" width="900">
The goal of this project is to develop a software package in [Julia](https://julialang.org/)
for interfacing with lab processes using either the [BeagleBone Black Rev C](http://beagleboard.org/) (BBB)
......@@ -20,7 +20,7 @@ computer side, while `BeagleBone` defines low-level types and functions meant
to be used locally on the BBB.
### Computer
<img src="docs/images/computertypes.png" height="300" width="800">
<img src="docs/src/fig/computertypes.png" height="250" width="800">
This module contains the user interface on the host computer side, and defines
types for devices/connections to the lab process, and filestreams between the
......@@ -35,7 +35,7 @@ There are 2 different filestream types (each has the abstract super type `LabStr
* `ComediStream` : Represent the data stream between the host computer and the old IO-boxes using Comedi.
### BeagleBone
<img src="docs/images/beaglebonetypes.png" height="300" width="500">
<img src="docs/src/fig/beaglebonetypes.png" height="300" width="500">
This module defines types representing different pins and LEDs on the BBB, and
functions to change their status and behaviour. There are currently 4 different types defined
......
File moved
File moved
File moved
docs/src/fig/beaglebonetypes.png

31 KiB

docs/src/fig/computertypes.png

27.5 KiB

docs/src/fig/labio_overview.png

134 KiB

# Introduction
<img src="/images/labio_overview.png" height="150" width="900">
<img src="../fig/labio_overview.png" height="150" width="900">
This project is developing a software package in [Julia](https://julialang.org/)
for interfacing with lab processes using either the [BeagleBone Black Rev C](http://beagleboard.org/) (BBB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment