Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / scheduler / scheduler.h @ 1479

History | View | Annotate | Download (312 Bytes)

1
/**
2
 * @file scheduler.h
3
 * @brief Contains scheduler declarations and functions
4
 *
5
 * Contains functions and definitions to implement a timer-based
6
 * scheduler and register tasks with the scheduler.
7
 *
8
 * @author Colony Project, CMU Robotics Club
9
 *
10
 **/
11

    
12
#ifndef _SCHEDULER_H_
13
#define _SCHEDULER_H_
14

    
15

    
16

    
17
#endif