mbed version of the Dance Maniax game

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

orb/orb_private.h

Committer:
jbald9312
Date:
2017-03-13
Revision:
0:43fc00aa360a

File content as of revision 0:43fc00aa360a:

#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