Ivo van Poorten / Mbed 2 deprecated opus-una

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers timer.h Source File

timer.h

00001 /* Opus Una - A Small Cooperative Multitasking Kernel in C
00002  *
00003  * Copyright (C) 2011 by Ivo van Poorten <ivop@euronet.nl>
00004  * This file is licensed under the terms of the GNU Lesser
00005  * General Public License, version 3.
00006  */
00007 
00008 #ifndef OU_TIMER_H
00009 #define OU_TIMER_H
00010 
00011 void ou_start_timer(void);
00012 void ou_idle(void);
00013 
00014 #endif