Quick start guide for the Eyebot Jr.: Example Program:
main:
	high portc 5
	low portc 7
	low portc 8
	sound 5,(50,100)
This just selects the correct device as indicated in the table in the middle of the spec sheet, (ie: selects the speaker) then makes a sound. Please review the BASIC manual for relevant commands. (eg: PWM, In/Out & Servo commands)