new mods upon mods by devhammer: - Added paddle control using tilting of the console - Finished mute function - Reduced flickering See game.cpp for full info.

Dependencies:   mbed

Fork of RETRO_Pong_Mod by G. Andrew Duthie

This is a mod of the official Pong game released with the RETRO game console.

Revision:
1:cd8a3926f263
Parent:
0:21669ea33448
--- a/DisplayN18.h	Mon Nov 10 13:04:42 2014 +0000
+++ b/DisplayN18.h	Mon Nov 17 19:51:24 2014 +0000
@@ -2,8 +2,7 @@
 
 #pragma once
 
-class DisplayN18 
-{
+class DisplayN18 {
     static const unsigned char STEP = 4;
     
     DigitalOut resetPin;