This is the Official SmartGPU 2 processor board library to use with MBED boards!!!

Dependents:   BounceBall_SG2 BounceBalls_SG2 EEPROM_SG2 Ellipses_SG2 ... more

Revision:
3:a57cfeb0185d
Parent:
2:3ae3f28ae9fe
--- a/SMARTGPU2.cpp	Thu Apr 17 21:17:00 2014 +0000
+++ b/SMARTGPU2.cpp	Thu Apr 17 21:23:17 2014 +0000
@@ -14,7 +14,7 @@
 *********************************************************/
  
 /********************************************************
- MBED SMARTGPU2 LIBRARY VERSION V2.1
+ MBED SMARTGPU2 LIBRARY VERSION V2.2
  IMPORTANT : This library is created for the MBED Software IDE
 ********************************************************/
  
@@ -26,10 +26,10 @@
 //Communication Functions(PLATFORM DEPENDENT) - MODIFY TO FIT YOUR PLATFORM IF DIFFERENT THAN MBED
 /****************************************************************/
 //Sends a single character through the serial port(USART)
-#define putcharTX(data) _serialSMARTGPU2.putc(data)
+#define putcharTX(data)  _serialSMARTGPU2.putc(data)
 
 //Returns a single character obtained from the serial port(USART)
-#define getcharRX()     _serialSMARTGPU2.getc()
+#define getcharRX()      _serialSMARTGPU2.getc()
 
 //Changes/Sets a new baudrate of the Host
 #define setBaud(newBaud) _serialSMARTGPU2.baud(newBaud)