Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabConnections.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labdev
LabConnections.jl
Commits
16c0bef6
There was a problem fetching the pipeline summary.
Commit
16c0bef6
authored
7 years ago
by
Marcus Thelander Andrén
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md : Added overview of types.
parent
679699f4
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-0
4 additions, 0 deletions
README.md
with
4 additions
and
0 deletions
README.md
+
4
−
0
View file @
16c0bef6
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment