	
	PINGUINO GSM project README
	
	This is an example program, that waits for a command via sms from a specific number,
	in wich case it pefrorms an action (in this case toggles both LEDs rapidly
	for a while). Also, there is an interrupt routine that, if BUT1 is pressed,
	sends an SMS to a specific number.
	
	 The .pde source file can be found inside the \source\ folder.
	 
	 You need to cut out a part of the cable that is used to connect
	 the pinguino board and the MOD-GSM module. See how here:
	 
	 http://olimex.wordpress.com/2012/02/01/duinomite-project-implementing-gms-remote-control-in-basic-with-few-lines-of-code/
	 
	 NOTE: If you have a compilation error connected with stdlib.h,
	 Find the stdlib.h file in
	 <PinguinoInstFolder>\win32\p32\mips-elf\include\stdlib.h
	 and comment out row 62.
	 
	 Now the project should compile successfully and work with
	 Pinguino IDE rev.305
	
	 Download the latest pinguino for your OS from:
	 http://code.google.com/p/pinguino32/downloads/list
	 
	 If you have any questions, email support@olimex.com
	
	 --------
	 2012
	 http://olimex.com/dev
	 
	 