64 void myTapHandler(
void)
 
   70 void myTickleHandler(
void)
 
void loop(void)
run the LRF library loop 
Allows for access of sound data as a structure or raw integer. 
This is the core API class for access LRF library functions. 
Left=starting, right=target, fade to opposite and back. 
A (55 hertz at octave #1) 
Fade from start to target. 
void setup(void)
setup the LRF library 
void blinkAndSay(LRFPattern pattern, LRFSound sound)
Blink and speak at the same time. 
Allows for access of pattern data as a structure or raw integer. 
void setEventHandler(LRFEvent event, LRFEventHandler handler)
Customize how your robot responds to particular events.