diff --git a/src/libraries/Creative_Robotix.xml b/src/libraries/Creative_Robotix.xml
index f545b25..2be686b 100644
--- a/src/libraries/Creative_Robotix.xml
+++ b/src/libraries/Creative_Robotix.xml
@@ -1,2 +1,2 @@
-
Hello!
1.00
tempo
var tHigh, tLow;
tmp = Math.floor(tempo * 100);
// frequency bytes
tLow = tmp & 0xFF;
tHigh = (tmp & 0xFFFF) >> 8;
this.arduino.board.sp.write(new Buffer([0xF0, 0x09, 0x04, tHigh, tLow, 0xF7]))
0.01
green sleeves
green sleeves
little lamb
happy birthday
star wars
chariots
20001001000
0
5000
frequencyduration
var fHigh, fLow, dHigh, dLow;
// frequency bytes
fLow = frequency & 0xFF;
fHigh = (frequency & 0xFFFF) >> 8;
// duration bytes
dLow = duration & 0xFF;
dHigh = (duration & 0xFFFF) >> 8;
this.arduino.board.sp.write(new Buffer([0xF0, 0x09, 0x03, fHigh, fLow, dHigh, dLow, 0xF7]))
0.01
210
statespeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0B, speed, state, 0xF7]))
0.01
0130
leftdegrees
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 3, leftdegrees, 0x00, 0xF7]))
0.01
0130
rightdegrees
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 4, rightdegrees, 0x00, 0xF7]))
0.01
25
statespeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0C, speed, state, 0xF7]))
0.01
0headpos
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 5, headpos, 0x00, 0xF7]))
0.01
120
leftspeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 0x00, leftspeed, 0xF7]))
0.01
120
rightspeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 0x01, rightspeed, 0xF7]))
0.01
0
0
smile
smile
neutral
frown
question
ok
tick
cross
rock
paper
sissors
heart
quaver
quaverx2
blank
red
yellow
green
red
yellow
green
1
false
1
2
3
4
50Please input a sensor number between 1 and 5
3
5
1
2
\ No newline at end of file
+
Hello!
1.0
0
tempo
var tHigh, tLow;
tmp = Math.floor(tempo * 100);
// frequency bytes
tLow = tmp & 0xFF;
tHigh = (tmp & 0xFFFF) >> 8;
this.arduino.board.sp.write(new Buffer([0xF0, 0x09, 0x04, tHigh, tLow, 0xF7]))
0.01
green sleeves
green sleeves
little lamb
happy birthday
star wars
chariots
2000100
1000
0
5000
frequencyduration
var fHigh, fLow, dHigh, dLow;
// frequency bytes
fLow = frequency & 0xFF;
fHigh = (frequency & 0xFFFF) >> 8;
// duration bytes
dLow = duration & 0xFF;
dHigh = (duration & 0xFFFF) >> 8;
this.arduino.board.sp.write(new Buffer([0xF0, 0x09, 0x03, fHigh, fLow, dHigh, dLow, 0xF7]))
0.01
2
10
statespeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0B, speed, state, 0xF7]))
0.01
0
130
leftdegrees
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 3, leftdegrees, 0x00, 0xF7]))
0.01
0
130
rightdegrees
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 4, rightdegrees, 0x00, 0xF7]))
0.01
2
5
statespeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0C, speed, state, 0xF7]))
0.01
0
headpos
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 5, headpos, 0x00, 0xF7]))
0.01
120
leftspeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 0x00, leftspeed, 0xF7]))
0.01
120
rightspeed
this.arduino.board.sp.write(new Buffer([0xF0, 0x0E, 0x01, rightspeed, 0xF7]))
0.01
0
0
smile
smile
neutral
frown
question
ok
tick
cross
rock
paper
sissors
heart
quaver
quaverx2
blank
red
yellow
green
red
yellow
green
1
false
1
2
3
4
5
0
Please input a sensor number between 1 and 5
3
5
1
2
\ No newline at end of file