-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update LinxLibrary to the new Library system
- Loading branch information
1 parent
c353c72
commit d0ec44c
Showing
14 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
################################### | ||
# Syntax Coloring Map For LinxDwenguino | ||
################################### | ||
|
||
################################### | ||
# Datatypes (KEYWORD1) | ||
################################### | ||
LinxDwenguino KEYWORD1 | ||
LinxSerialListener KEYWORD1 | ||
|
||
################################### | ||
# Methods and Functions (KEYWORD2) | ||
################################### | ||
Start KEYWORD2 | ||
Listen KEYWORD2 | ||
Available KEYWORD2 | ||
Accept KEYWORD2 | ||
Connected KEYWORD2 | ||
Close KEYWORD2 | ||
Exit KEYWORD2 | ||
|
||
AttachCustomCommand KEYWORD2 | ||
CheckForCommands KEYWORD2 | ||
|
||
####################################### | ||
# Instances (KEYWORD2) | ||
####################################### | ||
LinxSerialConnection KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### |
9 changes: 9 additions & 0 deletions
9
dwenguino/Dwenguino/libraries/LinxDwenguino/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=LinxDwenguino | ||
version=2.0.0 | ||
author=Jelle Roets <jelle@dwengo.org>, Sam Kristoff | ||
maintainer=Dwengo <developers@dwengo.org> | ||
sentence=This library provides an interface to control and use the Dwenguino 2.0 as data acquisition board from Labview. | ||
paragraph=With this library Labview can communicate and control all Dwenguino functionality, this includes all analog and digital gpio ports, LCD screen, on board LEDS, buttons, buzzer, servo and DC motors.<br /> It is based on the Linx framework Written By Sam Kristoff (www.labviewmakerhub.com) but modified for the Dwenguino board by Jelle Roets (www.dwengo.org). | ||
category=Device Control | ||
url=http://www.dwengo.org/tutorials/dwenguino/LabviewInterface | ||
architectures=avr |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.