Work to feature this functionality in `BeagleBone.jl` is currently ongoing. More
Work to feature this functionality in `BeagleBone.jl` is currently ongoing. More
information can be found [here]()
information can be found [here](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/master/docs/build/man/introduction.md#spi-development)
### Computer.jl
### Computer.jl
...
@@ -53,12 +53,11 @@ There are 2 different filestream types (each has the abstract super type `LabStr
...
@@ -53,12 +53,11 @@ 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.
*`ComediStream` : Represent the data stream between the host computer and the old IO-boxes using Comedi.
## Getting Started
## Getting Started
Instructions on installing the required software and setting up a connection between
the host computer and the BBB are found [here](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/master/docs/build/man/installation.md#installation-instructions)
### Installation
After successfully setting up a connection between host computer and BBB, there
are several examples found [here](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/master/docs/build/examples/examples.md#examples)
### Running a Simple Example
which let's you test out the functionality of `LabConnections.jl`.