Josh Baldwin / Mbed 2 deprecated Dance_Maniax

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers orb_private.h Source File

orb_private.h

00001 #ifndef ORB_PRIVATE_H
00002 #define ORB_PRIVATE_H
00003 #include "mbed.h"
00004 #include "uLCD_4DGL.h"
00005 #include "orb_public.h"
00006 #include "rtos.h"
00007 
00008 //uLCD_4DGL uLCD(p9,p10,p20);
00009 
00010 void orb_setup(void);
00011 void orb_create(void);
00012 void orb_update_position(void);
00013 
00014 #endif