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

Update README.md : Added overview of types.

parent 679699f4
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -20,6 +20,8 @@ computer side, while `BeagleBone.jl` defines low-level types and functions meant ...@@ -20,6 +20,8 @@ computer side, while `BeagleBone.jl` defines low-level types and functions meant
to be used locally on the BBB. to be used locally on the BBB.
### BeagleBone.jl ### BeagleBone.jl
<img src="docs/images/beaglebonetypes.png" height="300" width="500">
This module defines types representing different pins and LEDs on the BBB, and 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 functions to change their status and behaviour. There are currently 4 different types defined
(each has the abstract super type `IO_Object`): (each has the abstract super type `IO_Object`):
...@@ -41,6 +43,8 @@ information can be found [here](https://gitlab.control.lth.se/labdev/LabConnecti ...@@ -41,6 +43,8 @@ information can be found [here](https://gitlab.control.lth.se/labdev/LabConnecti
### Computer.jl ### Computer.jl
<img src="docs/images/computertypes.png" height="300" width="800">
This module contains the user interface on the host computer side, and defines 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 types for devices/connections to the lab process, and filestreams between the
host computer and different IO-devices (BBB or Comedi). There are currently 3 host computer and different IO-devices (BBB or Comedi). There are currently 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment