mbed version of the Dance Maniax game

Dependencies:   4DGL-uLCD-SE DebounceIn PinDetect SDFileSystem mbed-rtos mbed wave_player

Committer:
jbald9312
Date:
Mon Mar 13 23:20:26 2017 +0000
Revision:
0:43fc00aa360a
Added program Dance Maniax

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jbald9312 0:43fc00aa360a 1 #ifndef ORB_PRIVATE_H
jbald9312 0:43fc00aa360a 2 #define ORB_PRIVATE_H
jbald9312 0:43fc00aa360a 3 #include "mbed.h"
jbald9312 0:43fc00aa360a 4 #include "uLCD_4DGL.h"
jbald9312 0:43fc00aa360a 5 #include "orb_public.h"
jbald9312 0:43fc00aa360a 6 #include "rtos.h"
jbald9312 0:43fc00aa360a 7
jbald9312 0:43fc00aa360a 8 //uLCD_4DGL uLCD(p9,p10,p20);
jbald9312 0:43fc00aa360a 9
jbald9312 0:43fc00aa360a 10 void orb_setup(void);
jbald9312 0:43fc00aa360a 11 void orb_create(void);
jbald9312 0:43fc00aa360a 12 void orb_update_position(void);
jbald9312 0:43fc00aa360a 13
jbald9312 0:43fc00aa360a 14 #endif