Contiki 2.5
Functions
timer.c File Reference

 This file will configure the timer during LCD operation.
More...

#include "lcd.h"
#include "timer.h"

Go to the source code of this file.

Functions

void timer_init (void)
 TIMER1 init for timer used by LCD. More...
 
void timer_start (void)
 Start the timer.
 
void timer_stop (void)
 Stop the timer.
 
 ISR (TIMER1_COMPA_vect)
 This is the interrupt subroutine for the TIMER1 output match comparison.
 

Detailed Description

 This file will configure the timer during LCD operation.
Author
Mike Vidales mavid.nosp@m.a404.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file timer.c.