Nurbol Nurdaulet / globals

Dependents:   state_machine_modes25_11_11 state_machine_modes29_11_11 state_machine_modes_1_12_11 state_machine_modes_1_12_11_11h

globals.h

Committer:
Nurbol
Date:
2011-11-29
Revision:
1:804ea67c7003
Parent:
0:ca74c2573e8d

File content as of revision 1:804ea67c7003:

//
// globals.h : file to hold some general global defines, 
// =========
//
#include    "mbed.h"

#ifndef     GLOBALS_H
#define     GLOBALS_H

#define     FOREVER     for(;;)

//
// I/O objects defined elswhere
//
extern Serial      pc;   // allows this object to be seen in all other files


#endif