For test

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers time.h Source File

time.h

00001 #ifndef __TIME_H__
00002 #define __TIME_H__
00003 
00004 #include "mbed.h"
00005 
00006 unsigned long millis(void);
00007 void delay(int t);
00008 
00009 #endif /*  __MISC_H__ */