ReflexBall Rally
 All Data Structures Files Functions Variables Macros
Functions | Variables
time.c File Reference
#include <eZ8.h>
#include <sio.h>
#include "time.h"
#include "ansi.h"
Include dependency graph for time.c:

Go to the source code of this file.

Functions

void initTimers ()
 
unsigned long millis ()
 
void delay_ms (unsigned long time)
 
void timer1int ()
 

Variables

volatile unsigned long delayTimer
 
volatile unsigned long mscounter
 

Function Documentation

void initTimers ( )

Definition at line 8 of file time.c.

unsigned long millis ( )

Definition at line 35 of file time.c.

void delay_ms ( unsigned long  time)

Definition at line 39 of file time.c.

void timer1int ( )

Definition at line 45 of file time.c.

Variable Documentation

volatile unsigned long delayTimer

Definition at line 6 of file time.c.

volatile unsigned long mscounter

Definition at line 6 of file time.c.