-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
should be compatible with library installer from Arduino.
- Loading branch information
Showing
7 changed files
with
46 additions
and
28 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
####################################### | ||
# Syntax Coloring Map For Bluetooth | ||
# Only 1 tab between values and type! | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
BT KEYWORD1 | ||
|
||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
begin KEYWORD2 | ||
available KEYWORD2 | ||
read KEYWORD2 | ||
write KEYWORD2 | ||
clearBuffer KEYWORD2 | ||
connect KEYWORD2 | ||
disconnect KEYWORD2 | ||
setName KEYWORD2 | ||
setPass KEYWORD2 | ||
setMode KEYWORD2 | ||
command KEYWORD2 | ||
search KEYWORD2 | ||
findBaud KEYWORD2 | ||
setBaud KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### | ||
|
||
MASTER LITERAL1 | ||
SLAVE LITERAL1 | ||
verbose LITERAL1 |
This file was deleted.
Oops, something went wrong.
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=Robopoly Bluetooth | ||
version=1.5 | ||
author=Karl Kangur, David Perrenoud, Robopoly | ||
maintainer=Robopoly <[email protected]> | ||
sentence=This library allows you to use the bluetooth module on the Robopoly Shield. | ||
paragraph= | ||
category=Device Control | ||
url=https://github.com/Robopoly/bluetooth-library | ||
architectures=avr |
File renamed without changes.
File renamed without changes.