
mbed version of the Dance Maniax game
Dependencies: 4DGL-uLCD-SE DebounceIn PinDetect SDFileSystem mbed-rtos mbed wave_player
Diff: orb/orb_private.h
- Revision:
- 0:43fc00aa360a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/orb/orb_private.h Mon Mar 13 23:20:26 2017 +0000 @@ -0,0 +1,14 @@ +#ifndef ORB_PRIVATE_H +#define ORB_PRIVATE_H +#include "mbed.h" +#include "uLCD_4DGL.h" +#include "orb_public.h" +#include "rtos.h" + +//uLCD_4DGL uLCD(p9,p10,p20); + +void orb_setup(void); +void orb_create(void); +void orb_update_position(void); + +#endif \ No newline at end of file