A Small Cooperative Multitasking Kernel

Dependencies:   mbed

timer.h

Committer:
Ivop
Date:
2011-07-24
Revision:
0:73b89fc74e9f

File content as of revision 0:73b89fc74e9f:

/* Opus Una - A Small Cooperative Multitasking Kernel in C
 *
 * Copyright (C) 2011 by Ivo van Poorten <ivop@euronet.nl>
 * This file is licensed under the terms of the GNU Lesser
 * General Public License, version 3.
 */

#ifndef OU_TIMER_H
#define OU_TIMER_H

void ou_start_timer(void);
void ou_idle(void);

#endif