Skip to content

Commit

Permalink
should be compatible with library installer from Arduino.
Browse files Browse the repository at this point in the history
  • Loading branch information
patou01 committed Mar 18, 2017
1 parent 1b3a6f3 commit ac5d26d
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 28 deletions.
File renamed without changes.
37 changes: 37 additions & 0 deletions keywords.txt
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
28 changes: 0 additions & 28 deletions libraries/Bluetooth/keywords.txt

This file was deleted.

9 changes: 9 additions & 0 deletions library.properties
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.

0 comments on commit ac5d26d

Please sign in to comment.