Contiki 2.5
Functions
raven3290.c File Reference

 This is the main file for the Raven LCD application.
More...

#include "lcd.h"
#include "key.h"
#include "main.h"
#include "uart.h"
#include "timer.h"
#include "menu.h"
#include "temp.h"
#include <avr/io.h>
#include <avr/fuse.h>

Go to the source code of this file.

Functions

void read_menu (uint8_t ndx)
 This will read the menu_items[] from the index requested. More...
 
void check_main_menu (void)
 This will toggle the CONTIKI and 6LOWPAN LCD menus in the main menu position, unless alternate text has been sent from the 1284p. More...
 
void check_menu (void)
 This will check for the temp menu screen to determine if we need to clear the 4 digit LCD segments or stop an auto temp send. More...
 
int main (void)
 This is main...
 

Detailed Description

 This is the main file for the Raven LCD application.
Author
Mike Vidales mavid.nosp@m.a404.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file raven3290.c.