Shane Kirkbride / Mbed 2 deprecated STM-Client

Dependencies:   mbed DHT Matrix

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers millis.h Source File

millis.h

00001 #ifndef MILLIS_H
00002 #define MILLIS_H
00003  
00004 void           millisStart(void);
00005 unsigned long  millis(void);
00006  
00007 #endif